Html Css Color HEX #C81632 Cardinal

📋 copy color: '#C81632'

red 200 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #C81632

Tints of Cardinal #C81632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 73.53%
G = 8.09%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C81632 (or 0xC81632) is known color: Cardinal. HEX triplet: C8, 16 and 32. RGB value is (200,22,50). Sum of RGB (Red+Green+Blue) = 200+22+50=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81632 is #37E9CD. Grayscale: #4E4E4E. Windows color (decimal): -3664334 or 3282632. OLE color: 3282632.

HSL color Cylindrical-coordinate representation of color #C81632: hue angle of 350.56º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81632 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 50 -
CMYK 0 0.89 0.75 0.22
HSL 350.56º 0.8% 0.44% -
HSV(B) 350.56º 0.89% 0.78% -
XYZ 24.68 13.08 4.24 -
YUV 78.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 200 22 50 0 0.89 0.75 0.22 350.56 0.8 0.44
Hex C8 16 32 0 59 4B 16 15F 50 2C
Octal 310 26 62 0 131 113 26 537 120 54
Binary 11001000 10110 110010 0 1011001 1001011 10110 101011111 1010000 101100

Color Harmonies of #C81632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81632

Black with #C81632

Text Example


Text Example

White with #C81632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81632; }

 p { color: rgb(200,22,50); }

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

background-color css

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

 a { background-color: rgb(200,22,50); }

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

border-color css

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

 span { border-color: rgb(200,22,50); }

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