Html Css Color HEX #C80837 Cardinal

📋 copy color: '#C80837'

red 200 ◦ green 8 ◦ blue 55

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

Shades of Cardinal #C80837

Tints of Cardinal #C80837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 76.05%
G = 3.04%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80837 (or 0xC80837) is known color: Cardinal. HEX triplet: C8, 08 and 37. RGB value is (200,8,55). Sum of RGB (Red+Green+Blue) = 200+8+55=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C80837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80837 is #37F7C8. Grayscale: #464646. Windows color (decimal): -3667913 or 3606728. OLE color: 3606728.

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

Color convert

RGB 200 8 55 -
CMYK 0 0.96 0.72 0.22
HSL 345.31º 0.92% 0.41% -
HSV(B) 345.31º 0.96% 0.78% -
XYZ 24.6 12.73 4.78 -
YUV 70.77 119.11 220.18 -
System Red Green Blue C M Y K H S L
Decimal 200 8 55 0 0.96 0.72 0.22 345.31 0.92 0.41
Hex C8 8 37 0 60 48 16 159 5C 29
Octal 310 10 67 0 140 110 26 531 134 51
Binary 11001000 1000 110111 0 1100000 1001000 10110 101011001 1011100 101001

Color Harmonies of #C80837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80837

Black with #C80837

Text Example


Text Example

White with #C80837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80837; }

 p { color: rgb(200,8,55); }

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

background-color css

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

 a { background-color: rgb(200,8,55); }

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

border-color css

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

 span { border-color: rgb(200,8,55); }

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