Html Css Color HEX #C80C31 Cardinal

📋 copy color: '#C80C31'

red 200 ◦ green 12 ◦ blue 49

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

Shades of Cardinal #C80C31

Tints of Cardinal #C80C31

RGB

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

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

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

R = 76.63%
G = 4.6%
B = 18.77%

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

#C80C31 (or 0xC80C31) is known color: Cardinal. HEX triplet: C8, 0C and 31. RGB value is (200,12,49). Sum of RGB (Red+Green+Blue) = 200+12+49=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C31 is #37F3CE. Grayscale: #484848. Windows color (decimal): -3666895 or 3214536. OLE color: 3214536.

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

Color convert

RGB 200 12 49 -
CMYK 0 0.94 0.76 0.22
HSL 348.19º 0.89% 0.42% -
HSV(B) 348.19º 0.94% 0.78% -
XYZ 24.51 12.76 4.08 -
YUV 72.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 200 12 49 0 0.94 0.76 0.22 348.19 0.89 0.42
Hex C8 C 31 0 5E 4C 16 15C 59 2A
Octal 310 14 61 0 136 114 26 534 131 52
Binary 11001000 1100 110001 0 1011110 1001100 10110 101011100 1011001 101010

Color Harmonies of #C80C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C31

Black with #C80C31

Text Example


Text Example

White with #C80C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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