Html Css Color HEX #C52432 Cardinal

📋 copy color: '#C52432'

red 197 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #C52432

Tints of Cardinal #C52432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 69.61%
G = 12.72%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C52432 (or 0xC52432) is known color: Cardinal. HEX triplet: C5, 24 and 32. RGB value is (197,36,50). Sum of RGB (Red+Green+Blue) = 197+36+50=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C52432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52432 is #3ADBCD. Grayscale: #555555. Windows color (decimal): -3857358 or 3286213. OLE color: 3286213.

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

Color convert

RGB 197 36 50 -
CMYK 0 0.82 0.75 0.23
HSL 354.78º 0.69% 0.46% -
HSV(B) 354.78º 0.82% 0.77% -
XYZ 24.23 13.36 4.32 -
YUV 85.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 197 36 50 0 0.82 0.75 0.23 354.78 0.69 0.46
Hex C5 24 32 0 52 4B 17 163 45 2E
Octal 305 44 62 0 122 113 27 543 105 56
Binary 11000101 100100 110010 0 1010010 1001011 10111 101100011 1000101 101110

Color Harmonies of #C52432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52432

Black with #C52432

Text Example


Text Example

White with #C52432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52432; }

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

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

background-color css

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

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

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

border-color css

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

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

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