Html Css Color HEX #C20439 Cardinal

📋 copy color: '#C20439'

red 194 ◦ green 4 ◦ blue 57

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

Shades of Cardinal #C20439

Tints of Cardinal #C20439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 57 (22.66% from 255) = 22.35%

R = 76.08%
G = 1.57%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20439 (or 0xC20439) is known color: Cardinal. HEX triplet: C2, 04 and 39. RGB value is (194,4,57). Sum of RGB (Red+Green+Blue) = 194+4+57=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C20439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20439 is #3DFBC6. Grayscale: #424242. Windows color (decimal): -4062151 or 3736770. OLE color: 3736770.

HSL color Cylindrical-coordinate representation of color #C20439: hue angle of 343.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20439 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 57 -
CMYK 0 0.98 0.71 0.24
HSL 343.26º 0.96% 0.39% -
HSV(B) 343.26º 0.98% 0.76% -
XYZ 23.03 11.85 4.94 -
YUV 66.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 194 4 57 0 0.98 0.71 0.24 343.26 0.96 0.39
Hex C2 4 39 0 62 47 18 157 60 27
Octal 302 4 71 0 142 107 30 527 140 47
Binary 11000010 100 111001 0 1100010 1000111 11000 101010111 1100000 100111

Color Harmonies of #C20439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20439

Black with #C20439

Text Example


Text Example

White with #C20439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20439; }

 p { color: rgb(194,4,57); }

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

background-color css

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

 a { background-color: rgb(194,4,57); }

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

border-color css

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

 span { border-color: rgb(194,4,57); }

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