Html Css Color HEX #C20C41 Cardinal

📋 copy color: '#C20C41'

red 194 ◦ green 12 ◦ blue 65

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

Shades of Cardinal #C20C41

Tints of Cardinal #C20C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 71.59%
G = 4.43%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C20C41 (or 0xC20C41) is known color: Cardinal. HEX triplet: C2, 0C and 41. RGB value is (194,12,65). Sum of RGB (Red+Green+Blue) = 194+12+65=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C41 is #3DF3BE. Grayscale: #484848. Windows color (decimal): -4060095 or 4263106. OLE color: 4263106.

HSL color Cylindrical-coordinate representation of color #C20C41: hue angle of 342.53º 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 #C20C41 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 65 -
CMYK 0 0.94 0.66 0.24
HSL 342.53º 0.88% 0.4% -
HSV(B) 342.53º 0.94% 0.76% -
XYZ 23.33 12.11 6.11 -
YUV 72.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 194 12 65 0 0.94 0.66 0.24 342.53 0.88 0.4
Hex C2 C 41 0 5E 42 18 157 58 28
Octal 302 14 101 0 136 102 30 527 130 50
Binary 11000010 1100 1000001 0 1011110 1000010 11000 101010111 1011000 101000

Color Harmonies of #C20C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C41

Black with #C20C41

Text Example


Text Example

White with #C20C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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