Html Css Color HEX #C81938 Cardinal

📋 copy color: '#C81938'

red 200 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #C81938

Tints of Cardinal #C81938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 71.17%
G = 8.9%
B = 19.93%

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

#C81938 (or 0xC81938) is known color: Cardinal. HEX triplet: C8, 19 and 38. RGB value is (200,25,56). Sum of RGB (Red+Green+Blue) = 200+25+56=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C81938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81938 is #37E6C7. Grayscale: #505050. Windows color (decimal): -3663560 or 3676616. OLE color: 3676616.

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

Color convert

RGB 200 25 56 -
CMYK 0 0.88 0.72 0.22
HSL 349.37º 0.78% 0.44% -
HSV(B) 349.37º 0.88% 0.78% -
XYZ 24.88 13.26 4.99 -
YUV 80.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 200 25 56 0 0.88 0.72 0.22 349.37 0.78 0.44
Hex C8 19 38 0 58 48 16 15D 4E 2C
Octal 310 31 70 0 130 110 26 535 116 54
Binary 11001000 11001 111000 0 1011000 1001000 10110 101011101 1001110 101100

Color Harmonies of #C81938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81938

Black with #C81938

Text Example


Text Example

White with #C81938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81938; }

 p { color: rgb(200,25,56); }

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

background-color css

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

 a { background-color: rgb(200,25,56); }

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

border-color css

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

 span { border-color: rgb(200,25,56); }

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