Html Css Color HEX #C51435 Cardinal

📋 copy color: '#C51435'

red 197 ◦ green 20 ◦ blue 53

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

Shades of Cardinal #C51435

Tints of Cardinal #C51435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

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

R = 72.96%
G = 7.41%
B = 19.63%

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

#C51435 (or 0xC51435) is known color: Cardinal. HEX triplet: C5, 14 and 35. RGB value is (197,20,53). Sum of RGB (Red+Green+Blue) = 197+20+53=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C51435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51435 is #3AEBCA. Grayscale: #4C4C4C. Windows color (decimal): -3861451 or 3478725. OLE color: 3478725.

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

Color convert

RGB 197 20 53 -
CMYK 0 0.90 0.73 0.23
HSL 348.81º 0.82% 0.43% -
HSV(B) 348.81º 0.9% 0.77% -
XYZ 23.92 12.63 4.54 -
YUV 76.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 197 20 53 0 0.90 0.73 0.23 348.81 0.82 0.43
Hex C5 14 35 0 5A 49 17 15D 52 2B
Octal 305 24 65 0 132 111 27 535 122 53
Binary 11000101 10100 110101 0 1011010 1001001 10111 101011101 1010010 101011

Color Harmonies of #C51435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51435

Black with #C51435

Text Example


Text Example

White with #C51435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51435; }

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

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

background-color css

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

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

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

border-color css

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

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

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