Html Css Color HEX #C81650 Cardinal

📋 copy color: '#C81650'

red 200 ◦ green 22 ◦ blue 80

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

Shades of Cardinal #C81650

Tints of Cardinal #C81650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 66.23%
G = 7.28%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C81650 (or 0xC81650) is known color: Cardinal. HEX triplet: C8, 16 and 50. RGB value is (200,22,80). Sum of RGB (Red+Green+Blue) = 200+22+80=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C81650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81650 is #37E9AF. Grayscale: #515151. Windows color (decimal): -3664304 or 5248712. OLE color: 5248712.

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

Color convert

RGB 200 22 80 -
CMYK 0 0.89 0.6 0.22
HSL 340.45º 0.8% 0.44% -
HSV(B) 340.45º 0.89% 0.78% -
XYZ 25.55 13.43 8.84 -
YUV 81.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 200 22 80 0 0.89 0.6 0.22 340.45 0.8 0.44
Hex C8 16 50 0 59 3C 16 154 50 2C
Octal 310 26 120 0 131 74 26 524 120 54
Binary 11001000 10110 1010000 0 1011001 111100 10110 101010100 1010000 101100

Color Harmonies of #C81650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81650

Black with #C81650

Text Example


Text Example

White with #C81650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81650; }

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

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

background-color css

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

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

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

border-color css

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

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

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