Html Css Color HEX #C52434 Cardinal

📋 copy color: '#C52434'

red 197 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #C52434

Tints of Cardinal #C52434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 69.12%
G = 12.63%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C52434 (or 0xC52434) is known color: Cardinal. HEX triplet: C5, 24 and 34. RGB value is (197,36,52). Sum of RGB (Red+Green+Blue) = 197+36+52=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C52434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52434 is #3ADBCB. Grayscale: #565656. Windows color (decimal): -3857356 or 3417285. OLE color: 3417285.

HSL color Cylindrical-coordinate representation of color #C52434: hue angle of 354.04º 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 #C52434 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 52 -
CMYK 0 0.82 0.74 0.23
HSL 354.04º 0.69% 0.46% -
HSV(B) 354.04º 0.82% 0.77% -
XYZ 24.28 13.38 4.55 -
YUV 85.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 197 36 52 0 0.82 0.74 0.23 354.04 0.69 0.46
Hex C5 24 34 0 52 4A 17 162 45 2E
Octal 305 44 64 0 122 112 27 542 105 56
Binary 11000101 100100 110100 0 1010010 1001010 10111 101100010 1000101 101110

Color Harmonies of #C52434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52434

Black with #C52434

Text Example


Text Example

White with #C52434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52434; }

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

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

background-color css

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

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

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

border-color css

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

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

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