Html Css Color HEX #C80231 Crimson

📋 copy color: '#C80231'

red 200 ◦ green 2 ◦ blue 49

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

Shades of Crimson #C80231

Tints of Crimson #C80231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 79.68%
G = 0.8%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C80231 (or 0xC80231) is known color: Crimson. HEX triplet: C8, 02 and 31. RGB value is (200,2,49). Sum of RGB (Red+Green+Blue) = 200+2+49=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C80231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80231 is #37FDCE. Grayscale: #424242. Windows color (decimal): -3669455 or 3211976. OLE color: 3211976.

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

Color convert

RGB 200 2 49 -
CMYK 0 0.99 0.76 0.22
HSL 345.76º 0.98% 0.4% -
HSV(B) 345.76º 0.99% 0.78% -
XYZ 24.4 12.54 4.04 -
YUV 66.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 200 2 49 0 0.99 0.76 0.22 345.76 0.98 0.4
Hex C8 2 31 0 63 4C 16 15A 62 28
Octal 310 2 61 0 143 114 26 532 142 50
Binary 11001000 10 110001 0 1100011 1001100 10110 101011010 1100010 101000

Color Harmonies of #C80231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80231

Black with #C80231

Text Example


Text Example

White with #C80231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80231; }

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

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

background-color css

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

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

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

border-color css

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

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

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