Html Css Color HEX #C80B39 Cardinal

📋 copy color: '#C80B39'

red 200 ◦ green 11 ◦ blue 57

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

Shades of Cardinal #C80B39

Tints of Cardinal #C80B39

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

 BLUE value IS 57 (22.66% from 255) = 21.27%

R = 74.63%
G = 4.1%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80B39 (or 0xC80B39) is known color: Cardinal. HEX triplet: C8, 0B and 39. RGB value is (200,11,57). Sum of RGB (Red+Green+Blue) = 200+11+57=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B39 is #37F4C6. Grayscale: #484848. Windows color (decimal): -3667143 or 3738568. OLE color: 3738568.

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

Color convert

RGB 200 11 57 -
CMYK 0 0.94 0.72 0.22
HSL 345.4º 0.9% 0.41% -
HSV(B) 345.4º 0.95% 0.78% -
XYZ 24.68 12.81 5.04 -
YUV 72.76 119.12 218.76 -
System Red Green Blue C M Y K H S L
Decimal 200 11 57 0 0.94 0.72 0.22 345.4 0.9 0.41
Hex C8 B 39 0 5E 48 16 159 5A 29
Octal 310 13 71 0 136 110 26 531 132 51
Binary 11001000 1011 111001 0 1011110 1001000 10110 101011001 1011010 101001

Color Harmonies of #C80B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B39

Black with #C80B39

Text Example


Text Example

White with #C80B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B39; }

 p { color: rgb(200,11,57); }

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

background-color css

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

 a { background-color: rgb(200,11,57); }

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

border-color css

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

 span { border-color: rgb(200,11,57); }

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