Html Css Color HEX #C52836 Cardinal

📋 copy color: '#C52836'

red 197 ◦ green 40 ◦ blue 54

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

Shades of Cardinal #C52836

Tints of Cardinal #C52836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 67.7%
G = 13.75%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C52836 (or 0xC52836) is known color: Cardinal. HEX triplet: C5, 28 and 36. RGB value is (197,40,54). Sum of RGB (Red+Green+Blue) = 197+40+54=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C52836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52836 is #3AD7C9. Grayscale: #585858. Windows color (decimal): -3856330 or 3549381. OLE color: 3549381.

HSL color Cylindrical-coordinate representation of color #C52836: hue angle of 354.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52836 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 54 -
CMYK 0 0.80 0.73 0.23
HSL 354.65º 0.66% 0.46% -
HSV(B) 354.65º 0.8% 0.77% -
XYZ 24.45 13.65 4.84 -
YUV 88.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 197 40 54 0 0.80 0.73 0.23 354.65 0.66 0.46
Hex C5 28 36 0 50 49 17 163 42 2E
Octal 305 50 66 0 120 111 27 543 102 56
Binary 11000101 101000 110110 0 1010000 1001001 10111 101100011 1000010 101110

Color Harmonies of #C52836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52836

Black with #C52836

Text Example


Text Example

White with #C52836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52836; }

 p { color: rgb(197,40,54); }

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

background-color css

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

 a { background-color: rgb(197,40,54); }

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

border-color css

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

 span { border-color: rgb(197,40,54); }

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