Html Css Color HEX #C51335 Cardinal

📋 copy color: '#C51335'

red 197 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #C51335

Tints of Cardinal #C51335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 73.23%
G = 7.06%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C51335 (or 0xC51335) is known color: Cardinal. HEX triplet: C5, 13 and 35. RGB value is (197,19,53). Sum of RGB (Red+Green+Blue) = 197+19+53=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51335 is #3AECCA. Grayscale: #4C4C4C. Windows color (decimal): -3861707 or 3478469. OLE color: 3478469.

HSL color Cylindrical-coordinate representation of color #C51335: hue angle of 348.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51335 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 53 -
CMYK 0 0.90 0.73 0.23
HSL 348.54º 0.82% 0.42% -
HSV(B) 348.54º 0.9% 0.77% -
XYZ 23.9 12.59 4.54 -
YUV 76.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 197 19 53 0 0.90 0.73 0.23 348.54 0.82 0.42
Hex C5 13 35 0 5A 49 17 15D 52 2A
Octal 305 23 65 0 132 111 27 535 122 52
Binary 11000101 10011 110101 0 1011010 1001001 10111 101011101 1010010 101010

Color Harmonies of #C51335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51335

Black with #C51335

Text Example


Text Example

White with #C51335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51335; }

 p { color: rgb(197,19,53); }

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

background-color css

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

 a { background-color: rgb(197,19,53); }

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

border-color css

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

 span { border-color: rgb(197,19,53); }

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