Html Css Color HEX #C81550 Cardinal

📋 copy color: '#C81550'

red 200 ◦ green 21 ◦ blue 80

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

Shades of Cardinal #C81550

Tints of Cardinal #C81550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

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

R = 66.45%
G = 6.98%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C81550 (or 0xC81550) is known color: Cardinal. HEX triplet: C8, 15 and 50. RGB value is (200,21,80). Sum of RGB (Red+Green+Blue) = 200+21+80=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C81550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81550 is #37EAAF. Grayscale: #515151. Windows color (decimal): -3664560 or 5248456. OLE color: 5248456.

HSL color Cylindrical-coordinate representation of color #C81550: hue angle of 340.22º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81550 is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 80 -
CMYK 0 0.90 0.6 0.22
HSL 340.22º 0.81% 0.43% -
HSV(B) 340.22º 0.9% 0.78% -
XYZ 25.54 13.39 8.83 -
YUV 81.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 200 21 80 0 0.90 0.6 0.22 340.22 0.81 0.43
Hex C8 15 50 0 5A 3C 16 154 51 2B
Octal 310 25 120 0 132 74 26 524 121 53
Binary 11001000 10101 1010000 0 1011010 111100 10110 101010100 1010001 101011

Color Harmonies of #C81550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81550

Black with #C81550

Text Example


Text Example

White with #C81550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81550; }

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

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

background-color css

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

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

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

border-color css

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

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

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