Html Css Color HEX #C80B31 Cardinal

📋 copy color: '#C80B31'

red 200 ◦ green 11 ◦ blue 49

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

Shades of Cardinal #C80B31

Tints of Cardinal #C80B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 76.92%
G = 4.23%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80B31 (or 0xC80B31) is known color: Cardinal. HEX triplet: C8, 0B and 31. RGB value is (200,11,49). Sum of RGB (Red+Green+Blue) = 200+11+49=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B31 is #37F4CE. Grayscale: #474747. Windows color (decimal): -3667151 or 3214280. OLE color: 3214280.

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

Color convert

RGB 200 11 49 -
CMYK 0 0.94 0.76 0.22
HSL 347.94º 0.9% 0.41% -
HSV(B) 347.94º 0.95% 0.78% -
XYZ 24.49 12.74 4.07 -
YUV 71.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 200 11 49 0 0.94 0.76 0.22 347.94 0.9 0.41
Hex C8 B 31 0 5E 4C 16 15C 5A 29
Octal 310 13 61 0 136 114 26 534 132 51
Binary 11001000 1011 110001 0 1011110 1001100 10110 101011100 1011010 101001

Color Harmonies of #C80B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B31

Black with #C80B31

Text Example


Text Example

White with #C80B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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