Html Css Color HEX #C51F32 Cardinal

📋 copy color: '#C51F32'

red 197 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #C51F32

Tints of Cardinal #C51F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.15%

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

R = 70.86%
G = 11.15%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51F32 (or 0xC51F32) is known color: Cardinal. HEX triplet: C5, 1F and 32. RGB value is (197,31,50). Sum of RGB (Red+Green+Blue) = 197+31+50=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F32 is #3AE0CD. Grayscale: #525252. Windows color (decimal): -3858638 or 3284933. OLE color: 3284933.

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

Color convert

RGB 197 31 50 -
CMYK 0 0.84 0.75 0.23
HSL 353.13º 0.73% 0.45% -
HSV(B) 353.13º 0.84% 0.77% -
XYZ 24.09 13.08 4.27 -
YUV 82.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 197 31 50 0 0.84 0.75 0.23 353.13 0.73 0.45
Hex C5 1F 32 0 54 4B 17 161 49 2D
Octal 305 37 62 0 124 113 27 541 111 55
Binary 11000101 11111 110010 0 1010100 1001011 10111 101100001 1001001 101101

Color Harmonies of #C51F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F32

Black with #C51F32

Text Example


Text Example

White with #C51F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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