Html Css Color HEX #C80C45 Cardinal

📋 copy color: '#C80C45'

red 200 ◦ green 12 ◦ blue 69

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

Shades of Cardinal #C80C45

Tints of Cardinal #C80C45

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 71.17%
G = 4.27%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80C45 (or 0xC80C45) is known color: Cardinal. HEX triplet: C8, 0C and 45. RGB value is (200,12,69). Sum of RGB (Red+Green+Blue) = 200+12+69=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C45 is #37F3BA. Grayscale: #4A4A4A. Windows color (decimal): -3666875 or 4525256. OLE color: 4525256.

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

Color convert

RGB 200 12 69 -
CMYK 0 0.94 0.66 0.22
HSL 341.81º 0.89% 0.42% -
HSV(B) 341.81º 0.94% 0.78% -
XYZ 25.03 12.97 6.82 -
YUV 74.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 200 12 69 0 0.94 0.66 0.22 341.81 0.89 0.42
Hex C8 C 45 0 5E 42 16 156 59 2A
Octal 310 14 105 0 136 102 26 526 131 52
Binary 11001000 1100 1000101 0 1011110 1000010 10110 101010110 1011001 101010

Color Harmonies of #C80C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C45

Black with #C80C45

Text Example


Text Example

White with #C80C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C45; }

 p { color: rgb(200,12,69); }

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

background-color css

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

 a { background-color: rgb(200,12,69); }

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

border-color css

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

 span { border-color: rgb(200,12,69); }

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