Html Css Color HEX #C81231 Cardinal

📋 copy color: '#C81231'

red 200 ◦ green 18 ◦ blue 49

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

Shades of Cardinal #C81231

Tints of Cardinal #C81231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 74.91%
G = 6.74%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C81231 (or 0xC81231) is known color: Cardinal. HEX triplet: C8, 12 and 31. RGB value is (200,18,49). Sum of RGB (Red+Green+Blue) = 200+18+49=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C81231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81231 is #37EDCE. Grayscale: #4C4C4C. Windows color (decimal): -3665359 or 3216072. OLE color: 3216072.

HSL color Cylindrical-coordinate representation of color #C81231: hue angle of 349.78º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81231 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 49 -
CMYK 0 0.91 0.76 0.22
HSL 349.78º 0.83% 0.43% -
HSV(B) 349.78º 0.91% 0.78% -
XYZ 24.59 12.93 4.11 -
YUV 75.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 200 18 49 0 0.91 0.76 0.22 349.78 0.83 0.43
Hex C8 12 31 0 5B 4C 16 15E 53 2B
Octal 310 22 61 0 133 114 26 536 123 53
Binary 11001000 10010 110001 0 1011011 1001100 10110 101011110 1010011 101011

Color Harmonies of #C81231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81231

Black with #C81231

Text Example


Text Example

White with #C81231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81231; }

 p { color: rgb(200,18,49); }

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

background-color css

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

 a { background-color: rgb(200,18,49); }

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

border-color css

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

 span { border-color: rgb(200,18,49); }

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