Html Css Color HEX #C81532 Cardinal

📋 copy color: '#C81532'

red 200 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #C81532

Tints of Cardinal #C81532

RGB

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

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

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

R = 73.8%
G = 7.75%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C81532 (or 0xC81532) is known color: Cardinal. HEX triplet: C8, 15 and 32. RGB value is (200,21,50). Sum of RGB (Red+Green+Blue) = 200+21+50=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81532 is #37EACD. Grayscale: #4D4D4D. Windows color (decimal): -3664590 or 3282376. OLE color: 3282376.

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

Color convert

RGB 200 21 50 -
CMYK 0 0.90 0.75 0.22
HSL 350.28º 0.81% 0.43% -
HSV(B) 350.28º 0.9% 0.78% -
XYZ 24.66 13.05 4.24 -
YUV 77.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 200 21 50 0 0.90 0.75 0.22 350.28 0.81 0.43
Hex C8 15 32 0 5A 4B 16 15E 51 2B
Octal 310 25 62 0 132 113 26 536 121 53
Binary 11001000 10101 110010 0 1011010 1001011 10110 101011110 1010001 101011

Color Harmonies of #C81532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81532

Black with #C81532

Text Example


Text Example

White with #C81532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81532; }

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

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

background-color css

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

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

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

border-color css

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

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

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