Html Css Color HEX #C81831 Cardinal

📋 copy color: '#C81831'

red 200 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #C81831

Tints of Cardinal #C81831

RGB

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

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

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

R = 73.26%
G = 8.79%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C81831 (or 0xC81831) is known color: Cardinal. HEX triplet: C8, 18 and 31. RGB value is (200,24,49). Sum of RGB (Red+Green+Blue) = 200+24+49=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81831 is #37E7CE. Grayscale: #4F4F4F. Windows color (decimal): -3663823 or 3217608. OLE color: 3217608.

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

Color convert

RGB 200 24 49 -
CMYK 0 0.88 0.76 0.22
HSL 351.48º 0.79% 0.44% -
HSV(B) 351.48º 0.88% 0.78% -
XYZ 24.7 13.15 4.14 -
YUV 79.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 200 24 49 0 0.88 0.76 0.22 351.48 0.79 0.44
Hex C8 18 31 0 58 4C 16 15F 4F 2C
Octal 310 30 61 0 130 114 26 537 117 54
Binary 11001000 11000 110001 0 1011000 1001100 10110 101011111 1001111 101100

Color Harmonies of #C81831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81831

Black with #C81831

Text Example


Text Example

White with #C81831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81831; }

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

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

background-color css

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

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

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

border-color css

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

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

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