Html Css Color HEX #C51E34 Cardinal

📋 copy color: '#C51E34'

red 197 ◦ green 30 ◦ blue 52

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

Shades of Cardinal #C51E34

Tints of Cardinal #C51E34

RGB

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

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

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

R = 70.61%
G = 10.75%
B = 18.64%

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

#C51E34 (or 0xC51E34) is known color: Cardinal. HEX triplet: C5, 1E and 34. RGB value is (197,30,52). Sum of RGB (Red+Green+Blue) = 197+30+52=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E34 is #3AE1CB. Grayscale: #525252. Windows color (decimal): -3858892 or 3415749. OLE color: 3415749.

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

Color convert

RGB 197 30 52 -
CMYK 0 0.85 0.74 0.23
HSL 352.1º 0.74% 0.45% -
HSV(B) 352.1º 0.85% 0.77% -
XYZ 24.11 13.05 4.5 -
YUV 82.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 197 30 52 0 0.85 0.74 0.23 352.1 0.74 0.45
Hex C5 1E 34 0 55 4A 17 160 4A 2D
Octal 305 36 64 0 125 112 27 540 112 55
Binary 11000101 11110 110100 0 1010101 1001010 10111 101100000 1001010 101101

Color Harmonies of #C51E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E34

Black with #C51E34

Text Example


Text Example

White with #C51E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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