Html Css Color HEX #C51434 Cardinal

📋 copy color: '#C51434'

red 197 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #C51434

Tints of Cardinal #C51434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 73.23%
G = 7.43%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C51434 (or 0xC51434) is known color: Cardinal. HEX triplet: C5, 14 and 34. RGB value is (197,20,52). Sum of RGB (Red+Green+Blue) = 197+20+52=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51434 is #3AEBCB. Grayscale: #4C4C4C. Windows color (decimal): -3861452 or 3413189. OLE color: 3413189.

HSL color Cylindrical-coordinate representation of color #C51434: hue angle of 349.15º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51434 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 52 -
CMYK 0 0.90 0.74 0.23
HSL 349.15º 0.82% 0.43% -
HSV(B) 349.15º 0.9% 0.77% -
XYZ 23.9 12.62 4.42 -
YUV 76.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 197 20 52 0 0.90 0.74 0.23 349.15 0.82 0.43
Hex C5 14 34 0 5A 4A 17 15D 52 2B
Octal 305 24 64 0 132 112 27 535 122 53
Binary 11000101 10100 110100 0 1011010 1001010 10111 101011101 1010010 101011

Color Harmonies of #C51434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51434

Black with #C51434

Text Example


Text Example

White with #C51434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51434; }

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

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

background-color css

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

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

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

border-color css

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

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

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