Html Css Color HEX #C80232 Crimson

📋 copy color: '#C80232'

red 200 ◦ green 2 ◦ blue 50

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

Shades of Crimson #C80232

Tints of Crimson #C80232

RGB

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

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

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

R = 79.37%
G = 0.79%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C80232 (or 0xC80232) is known color: Crimson. HEX triplet: C8, 02 and 32. RGB value is (200,2,50). Sum of RGB (Red+Green+Blue) = 200+2+50=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C80232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80232 is #37FDCD. Grayscale: #424242. Windows color (decimal): -3669454 or 3277512. OLE color: 3277512.

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

Color convert

RGB 200 2 50 -
CMYK 0 0.99 0.75 0.22
HSL 345.45º 0.98% 0.4% -
HSV(B) 345.45º 0.99% 0.78% -
XYZ 24.42 12.55 4.15 -
YUV 66.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 200 2 50 0 0.99 0.75 0.22 345.45 0.98 0.4
Hex C8 2 32 0 63 4B 16 159 62 28
Octal 310 2 62 0 143 113 26 531 142 50
Binary 11001000 10 110010 0 1100011 1001011 10110 101011001 1100010 101000

Color Harmonies of #C80232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80232

Black with #C80232

Text Example


Text Example

White with #C80232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80232; }

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

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

background-color css

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

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

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

border-color css

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

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

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