Html Css Color HEX #C20C3E Cardinal

📋 copy color: '#C20C3E'

red 194 ◦ green 12 ◦ blue 62

#C20C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C20C3E

Tints of Cardinal #C20C3E

RGB

 RED value IS 194 (76.17% from 255) = 72.39%

 GREEN value IS 12 (5.08% from 255) = 4.48%

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 72.39%
G = 4.48%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C20C3E (or 0xC20C3E) is known color: Cardinal. HEX triplet: C2, 0C and 3E. RGB value is (194,12,62). Sum of RGB (Red+Green+Blue) = 194+12+62=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C3E is #3DF3C1. Grayscale: #484848. Windows color (decimal): -4060098 or 4066498. OLE color: 4066498.

HSL color Cylindrical-coordinate representation of color #C20C3E: hue angle of 343.52º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C3E is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 62 -
CMYK 0 0.94 0.68 0.24
HSL 343.52º 0.88% 0.4% -
HSV(B) 343.52º 0.94% 0.76% -
XYZ 23.25 12.08 5.66 -
YUV 72.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 194 12 62 0 0.94 0.68 0.24 343.52 0.88 0.4
Hex C2 C 3E 0 5E 44 18 158 58 28
Octal 302 14 76 0 136 104 30 530 130 50
Binary 11000010 1100 111110 0 1011110 1000100 11000 101011000 1011000 101000

Color Harmonies of #C20C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C3E

Black with #C20C3E

Text Example


Text Example

White with #C20C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C3E; }

 p { color: rgb(194,12,62); }

 H1.HeaderClassName
 {
   color: #C20C3E;
 }
 .AnyTagClassName
 {
   color: #C20C3E;
 }
</style>

background-color css

<style>
 a { background-color: #C20C3E; }

 a { background-color: rgb(194,12,62); }

 div.DivClassName
 {
   background-color: #C20C3E;
 }
 .BgClassName
 {
   background-color: #C20C3E;
 }
</style>

border-color css

<style>
 span { border-color: #C20C3E; }

 span { border-color: rgb(194,12,62); }

 td.TdClassName
 {
   border-color: #C20C3E;
 }
 .TagClassName
 {
   border-color: #C20C3E;
 }
</style>