Html Css Color HEX #C80931 Cardinal

📋 copy color: '#C80931'

red 200 ◦ green 9 ◦ blue 49

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

Shades of Cardinal #C80931

Tints of Cardinal #C80931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 77.52%
G = 3.49%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80931 (or 0xC80931) is known color: Cardinal. HEX triplet: C8, 09 and 31. RGB value is (200,9,49). Sum of RGB (Red+Green+Blue) = 200+9+49=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C80931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80931 is #37F6CE. Grayscale: #464646. Windows color (decimal): -3667663 or 3213768. OLE color: 3213768.

HSL color Cylindrical-coordinate representation of color #C80931: hue angle of 347.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80931 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 49 -
CMYK 0 0.96 0.76 0.22
HSL 347.43º 0.91% 0.41% -
HSV(B) 347.43º 0.96% 0.78% -
XYZ 24.47 12.7 4.07 -
YUV 70.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 200 9 49 0 0.96 0.76 0.22 347.43 0.91 0.41
Hex C8 9 31 0 60 4C 16 15B 5B 29
Octal 310 11 61 0 140 114 26 533 133 51
Binary 11001000 1001 110001 0 1100000 1001100 10110 101011011 1011011 101001

Color Harmonies of #C80931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80931

Black with #C80931

Text Example


Text Example

White with #C80931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80931; }

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

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

background-color css

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

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

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

border-color css

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

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

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