Html Css Color HEX #C81533 Cardinal

📋 copy color: '#C81533'

red 200 ◦ green 21 ◦ blue 51

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

Shades of Cardinal #C81533

Tints of Cardinal #C81533

RGB

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

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

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

R = 73.53%
G = 7.72%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81533 (or 0xC81533) is known color: Cardinal. HEX triplet: C8, 15 and 33. RGB value is (200,21,51). Sum of RGB (Red+Green+Blue) = 200+21+51=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81533 is #37EACC. Grayscale: #4E4E4E. Windows color (decimal): -3664589 or 3347912. OLE color: 3347912.

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

Color convert

RGB 200 21 51 -
CMYK 0 0.90 0.74 0.22
HSL 349.94º 0.81% 0.43% -
HSV(B) 349.94º 0.9% 0.78% -
XYZ 24.69 13.05 4.35 -
YUV 77.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 200 21 51 0 0.90 0.74 0.22 349.94 0.81 0.43
Hex C8 15 33 0 5A 4A 16 15E 51 2B
Octal 310 25 63 0 132 112 26 536 121 53
Binary 11001000 10101 110011 0 1011010 1001010 10110 101011110 1010001 101011

Color Harmonies of #C81533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81533

Black with #C81533

Text Example


Text Example

White with #C81533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81533; }

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

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

background-color css

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

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

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

border-color css

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

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

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