Html Css Color HEX #C81731 Cardinal

📋 copy color: '#C81731'

red 200 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #C81731

Tints of Cardinal #C81731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

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

R = 73.53%
G = 8.46%
B = 18.01%

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

#C81731 (or 0xC81731) is known color: Cardinal. HEX triplet: C8, 17 and 31. RGB value is (200,23,49). Sum of RGB (Red+Green+Blue) = 200+23+49=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81731 is #37E8CE. Grayscale: #4E4E4E. Windows color (decimal): -3664079 or 3217352. OLE color: 3217352.

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

Color convert

RGB 200 23 49 -
CMYK 0 0.88 0.76 0.22
HSL 351.19º 0.79% 0.44% -
HSV(B) 351.19º 0.89% 0.78% -
XYZ 24.68 13.11 4.14 -
YUV 78.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 200 23 49 0 0.88 0.76 0.22 351.19 0.79 0.44
Hex C8 17 31 0 58 4C 16 15F 4F 2C
Octal 310 27 61 0 130 114 26 537 117 54
Binary 11001000 10111 110001 0 1011000 1001100 10110 101011111 1001111 101100

Color Harmonies of #C81731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81731

Black with #C81731

Text Example


Text Example

White with #C81731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81731; }

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

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

background-color css

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

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

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

border-color css

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

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

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