Html Css Color HEX #C80E48 Cardinal

📋 copy color: '#C80E48'

red 200 ◦ green 14 ◦ blue 72

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

Shades of Cardinal #C80E48

Tints of Cardinal #C80E48

RGB

 RED value IS 200 (78.52% from 255) = 69.93%

 GREEN value IS 14 (5.86% from 255) = 4.9%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 69.93%
G = 4.9%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C80E48 (or 0xC80E48) is known color: Cardinal. HEX triplet: C8, 0E and 48. RGB value is (200,14,72). Sum of RGB (Red+Green+Blue) = 200+14+72=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E48 is #37F1B7. Grayscale: #4C4C4C. Windows color (decimal): -3666360 or 4722376. OLE color: 4722376.

HSL color Cylindrical-coordinate representation of color #C80E48: hue angle of 341.29º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E48 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 72 -
CMYK 0 0.93 0.64 0.22
HSL 341.29º 0.87% 0.42% -
HSV(B) 341.29º 0.93% 0.78% -
XYZ 25.15 13.06 7.33 -
YUV 76.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 200 14 72 0 0.93 0.64 0.22 341.29 0.87 0.42
Hex C8 E 48 0 5D 40 16 155 57 2A
Octal 310 16 110 0 135 100 26 525 127 52
Binary 11001000 1110 1001000 0 1011101 1000000 10110 101010101 1010111 101010

Color Harmonies of #C80E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E48

Black with #C80E48

Text Example


Text Example

White with #C80E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E48; }

 p { color: rgb(200,14,72); }

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

background-color css

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

 a { background-color: rgb(200,14,72); }

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

border-color css

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

 span { border-color: rgb(200,14,72); }

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