Html Css Color HEX #C52439 Cardinal

📋 copy color: '#C52439'

red 197 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #C52439

Tints of Cardinal #C52439

RGB

 RED value IS 197 (77.34% from 255) = 67.93%

 GREEN value IS 36 (14.45% from 255) = 12.41%

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

R = 67.93%
G = 12.41%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C52439 (or 0xC52439) is known color: Cardinal. HEX triplet: C5, 24 and 39. RGB value is (197,36,57). Sum of RGB (Red+Green+Blue) = 197+36+57=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C52439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52439 is #3ADBC6. Grayscale: #565656. Windows color (decimal): -3857351 or 3744965. OLE color: 3744965.

HSL color Cylindrical-coordinate representation of color #C52439: hue angle of 352.17º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52439 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 57 -
CMYK 0 0.82 0.71 0.23
HSL 352.17º 0.69% 0.46% -
HSV(B) 352.17º 0.82% 0.77% -
XYZ 24.4 13.43 5.18 -
YUV 86.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 197 36 57 0 0.82 0.71 0.23 352.17 0.69 0.46
Hex C5 24 39 0 52 47 17 160 45 2E
Octal 305 44 71 0 122 107 27 540 105 56
Binary 11000101 100100 111001 0 1010010 1000111 10111 101100000 1000101 101110

Color Harmonies of #C52439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52439

Black with #C52439

Text Example


Text Example

White with #C52439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52439; }

 p { color: rgb(197,36,57); }

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

background-color css

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

 a { background-color: rgb(197,36,57); }

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

border-color css

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

 span { border-color: rgb(197,36,57); }

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