Html Css Color HEX #C51D34 Cardinal

📋 copy color: '#C51D34'

red 197 ◦ green 29 ◦ blue 52

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

Shades of Cardinal #C51D34

Tints of Cardinal #C51D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

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

R = 70.86%
G = 10.43%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C51D34 (or 0xC51D34) is known color: Cardinal. HEX triplet: C5, 1D and 34. RGB value is (197,29,52). Sum of RGB (Red+Green+Blue) = 197+29+52=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D34 is #3AE2CB. Grayscale: #515151. Windows color (decimal): -3859148 or 3415493. OLE color: 3415493.

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

Color convert

RGB 197 29 52 -
CMYK 0 0.85 0.74 0.23
HSL 351.79º 0.74% 0.44% -
HSV(B) 351.79º 0.85% 0.77% -
XYZ 24.09 13 4.49 -
YUV 81.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 197 29 52 0 0.85 0.74 0.23 351.79 0.74 0.44
Hex C5 1D 34 0 55 4A 17 160 4A 2C
Octal 305 35 64 0 125 112 27 540 112 54
Binary 11000101 11101 110100 0 1010101 1001010 10111 101100000 1001010 101100

Color Harmonies of #C51D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D34

Black with #C51D34

Text Example


Text Example

White with #C51D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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