Html Css Color HEX #C51E32 Cardinal

📋 copy color: '#C51E32'

red 197 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #C51E32

Tints of Cardinal #C51E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

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

R = 71.12%
G = 10.83%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51E32 (or 0xC51E32) is known color: Cardinal. HEX triplet: C5, 1E and 32. RGB value is (197,30,50). Sum of RGB (Red+Green+Blue) = 197+30+50=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E32 is #3AE1CD. Grayscale: #525252. Windows color (decimal): -3858894 or 3284677. OLE color: 3284677.

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

Color convert

RGB 197 30 50 -
CMYK 0 0.85 0.75 0.23
HSL 352.81º 0.74% 0.45% -
HSV(B) 352.81º 0.85% 0.77% -
XYZ 24.07 13.03 4.26 -
YUV 82.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 197 30 50 0 0.85 0.75 0.23 352.81 0.74 0.45
Hex C5 1E 32 0 55 4B 17 161 4A 2D
Octal 305 36 62 0 125 113 27 541 112 55
Binary 11000101 11110 110010 0 1010101 1001011 10111 101100001 1001010 101101

Color Harmonies of #C51E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E32

Black with #C51E32

Text Example


Text Example

White with #C51E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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