Html Css Color HEX #C81636 Cardinal

📋 copy color: '#C81636'

red 200 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #C81636

Tints of Cardinal #C81636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 72.46%
G = 7.97%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C81636 (or 0xC81636) is known color: Cardinal. HEX triplet: C8, 16 and 36. RGB value is (200,22,54). Sum of RGB (Red+Green+Blue) = 200+22+54=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C81636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81636 is #37E9C9. Grayscale: #4E4E4E. Windows color (decimal): -3664330 or 3544776. OLE color: 3544776.

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

Color convert

RGB 200 22 54 -
CMYK 0 0.89 0.73 0.22
HSL 349.21º 0.8% 0.44% -
HSV(B) 349.21º 0.89% 0.78% -
XYZ 24.77 13.12 4.72 -
YUV 78.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 200 22 54 0 0.89 0.73 0.22 349.21 0.8 0.44
Hex C8 16 36 0 59 49 16 15D 50 2C
Octal 310 26 66 0 131 111 26 535 120 54
Binary 11001000 10110 110110 0 1011001 1001001 10110 101011101 1010000 101100

Color Harmonies of #C81636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81636

Black with #C81636

Text Example


Text Example

White with #C81636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81636; }

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

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

background-color css

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

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

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

border-color css

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

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

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