Html Css Color HEX #C81837 Cardinal

📋 copy color: '#C81837'

red 200 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #C81837

Tints of Cardinal #C81837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 71.68%
G = 8.6%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81837 (or 0xC81837) is known color: Cardinal. HEX triplet: C8, 18 and 37. RGB value is (200,24,55). Sum of RGB (Red+Green+Blue) = 200+24+55=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C81837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81837 is #37E7C8. Grayscale: #505050. Windows color (decimal): -3663817 or 3610824. OLE color: 3610824.

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

Color convert

RGB 200 24 55 -
CMYK 0 0.88 0.72 0.22
HSL 349.43º 0.79% 0.44% -
HSV(B) 349.43º 0.88% 0.78% -
XYZ 24.84 13.21 4.85 -
YUV 80.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 200 24 55 0 0.88 0.72 0.22 349.43 0.79 0.44
Hex C8 18 37 0 58 48 16 15D 4F 2C
Octal 310 30 67 0 130 110 26 535 117 54
Binary 11001000 11000 110111 0 1011000 1001000 10110 101011101 1001111 101100

Color Harmonies of #C81837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81837

Black with #C81837

Text Example


Text Example

White with #C81837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81837; }

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

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

background-color css

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

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

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

border-color css

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

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

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