Html Css Color HEX #C81933 Cardinal

📋 copy color: '#C81933'

red 200 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #C81933

Tints of Cardinal #C81933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 72.46%
G = 9.06%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81933 (or 0xC81933) is known color: Cardinal. HEX triplet: C8, 19 and 33. RGB value is (200,25,51). Sum of RGB (Red+Green+Blue) = 200+25+51=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C81933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81933 is #37E6CC. Grayscale: #505050. Windows color (decimal): -3663565 or 3348936. OLE color: 3348936.

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

Color convert

RGB 200 25 51 -
CMYK 0 0.88 0.74 0.22
HSL 351.09º 0.78% 0.44% -
HSV(B) 351.09º 0.88% 0.78% -
XYZ 24.76 13.21 4.38 -
YUV 80.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 200 25 51 0 0.88 0.74 0.22 351.09 0.78 0.44
Hex C8 19 33 0 58 4A 16 15F 4E 2C
Octal 310 31 63 0 130 112 26 537 116 54
Binary 11001000 11001 110011 0 1011000 1001010 10110 101011111 1001110 101100

Color Harmonies of #C81933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81933

Black with #C81933

Text Example


Text Example

White with #C81933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81933; }

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

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

background-color css

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

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

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

border-color css

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

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

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