Html Css Color HEX #C52435 Cardinal

📋 copy color: '#C52435'

red 197 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #C52435

Tints of Cardinal #C52435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 68.88%
G = 12.59%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C52435 (or 0xC52435) is known color: Cardinal. HEX triplet: C5, 24 and 35. RGB value is (197,36,53). Sum of RGB (Red+Green+Blue) = 197+36+53=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C52435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52435 is #3ADBCA. Grayscale: #565656. Windows color (decimal): -3857355 or 3482821. OLE color: 3482821.

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

Color convert

RGB 197 36 53 -
CMYK 0 0.82 0.73 0.23
HSL 353.66º 0.69% 0.46% -
HSV(B) 353.66º 0.82% 0.77% -
XYZ 24.3 13.39 4.67 -
YUV 86.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 197 36 53 0 0.82 0.73 0.23 353.66 0.69 0.46
Hex C5 24 35 0 52 49 17 162 45 2E
Octal 305 44 65 0 122 111 27 542 105 56
Binary 11000101 100100 110101 0 1010010 1001001 10111 101100010 1000101 101110

Color Harmonies of #C52435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52435

Black with #C52435

Text Example


Text Example

White with #C52435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52435; }

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

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

background-color css

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

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

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

border-color css

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

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

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