Html Css Color HEX #C81839 Cardinal

📋 copy color: '#C81839'

red 200 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #C81839

Tints of Cardinal #C81839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 71.17%
G = 8.54%
B = 20.28%

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

#C81839 (or 0xC81839) is known color: Cardinal. HEX triplet: C8, 18 and 39. RGB value is (200,24,57). Sum of RGB (Red+Green+Blue) = 200+24+57=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C81839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81839 is #37E7C6. Grayscale: #505050. Windows color (decimal): -3663815 or 3741896. OLE color: 3741896.

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

Color convert

RGB 200 24 57 -
CMYK 0 0.88 0.72 0.22
HSL 348.75º 0.79% 0.44% -
HSV(B) 348.75º 0.88% 0.78% -
XYZ 24.88 13.23 5.11 -
YUV 80.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 200 24 57 0 0.88 0.72 0.22 348.75 0.79 0.44
Hex C8 18 39 0 58 48 16 15D 4F 2C
Octal 310 30 71 0 130 110 26 535 117 54
Binary 11001000 11000 111001 0 1011000 1001000 10110 101011101 1001111 101100

Color Harmonies of #C81839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81839

Black with #C81839

Text Example


Text Example

White with #C81839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81839; }

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

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

background-color css

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

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

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

border-color css

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

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

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