Html Css Color HEX #C51F2F Cardinal

📋 copy color: '#C51F2F'

red 197 ◦ green 31 ◦ blue 47

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

Shades of Cardinal #C51F2F

Tints of Cardinal #C51F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 71.64%
G = 11.27%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C51F2F (or 0xC51F2F) is known color: Cardinal. HEX triplet: C5, 1F and 2F. RGB value is (197,31,47). Sum of RGB (Red+Green+Blue) = 197+31+47=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F2F is #3AE0D0. Grayscale: #525252. Windows color (decimal): -3858641 or 3088325. OLE color: 3088325.

HSL color Cylindrical-coordinate representation of color #C51F2F: hue angle of 354.22º 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 #C51F2F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 47 -
CMYK 0 0.84 0.76 0.23
HSL 354.22º 0.73% 0.45% -
HSV(B) 354.22º 0.84% 0.77% -
XYZ 24.03 13.06 3.94 -
YUV 82.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 197 31 47 0 0.84 0.76 0.23 354.22 0.73 0.45
Hex C5 1F 2F 0 54 4C 17 162 49 2D
Octal 305 37 57 0 124 114 27 542 111 55
Binary 11000101 11111 101111 0 1010100 1001100 10111 101100010 1001001 101101

Color Harmonies of #C51F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F2F

Black with #C51F2F

Text Example


Text Example

White with #C51F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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