Html Css Color HEX #C80E4B Cardinal

📋 copy color: '#C80E4B'

red 200 ◦ green 14 ◦ blue 75

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

Shades of Cardinal #C80E4B

Tints of Cardinal #C80E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 69.2%
G = 4.84%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C80E4B (or 0xC80E4B) is known color: Cardinal. HEX triplet: C8, 0E and 4B. RGB value is (200,14,75). Sum of RGB (Red+Green+Blue) = 200+14+75=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E4B is #37F1B4. Grayscale: #4C4C4C. Windows color (decimal): -3666357 or 4918984. OLE color: 4918984.

HSL color Cylindrical-coordinate representation of color #C80E4B: hue angle of 340.32º 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 #C80E4B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 75 -
CMYK 0 0.93 0.62 0.22
HSL 340.32º 0.87% 0.42% -
HSV(B) 340.32º 0.93% 0.78% -
XYZ 25.25 13.1 7.85 -
YUV 76.57 127.12 216.04 -
System Red Green Blue C M Y K H S L
Decimal 200 14 75 0 0.93 0.62 0.22 340.32 0.87 0.42
Hex C8 E 4B 0 5D 3E 16 154 57 2A
Octal 310 16 113 0 135 76 26 524 127 52
Binary 11001000 1110 1001011 0 1011101 111110 10110 101010100 1010111 101010

Color Harmonies of #C80E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E4B

Black with #C80E4B

Text Example


Text Example

White with #C80E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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