Html Css Color HEX #C80439 Crimson

📋 copy color: '#C80439'

red 200 ◦ green 4 ◦ blue 57

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

Shades of Crimson #C80439

Tints of Crimson #C80439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 76.63%
G = 1.53%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80439 (or 0xC80439) is known color: Crimson. HEX triplet: C8, 04 and 39. RGB value is (200,4,57). Sum of RGB (Red+Green+Blue) = 200+4+57=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C80439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80439 is #37FBC6. Grayscale: #444444. Windows color (decimal): -3668935 or 3736776. OLE color: 3736776.

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

Color convert

RGB 200 4 57 -
CMYK 0 0.98 0.72 0.22
HSL 343.78º 0.96% 0.4% -
HSV(B) 343.78º 0.98% 0.78% -
XYZ 24.6 12.66 5.02 -
YUV 68.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 200 4 57 0 0.98 0.72 0.22 343.78 0.96 0.4
Hex C8 4 39 0 62 48 16 158 60 28
Octal 310 4 71 0 142 110 26 530 140 50
Binary 11001000 100 111001 0 1100010 1001000 10110 101011000 1100000 101000

Color Harmonies of #C80439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80439

Black with #C80439

Text Example


Text Example

White with #C80439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80439; }

 p { color: rgb(200,4,57); }

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

background-color css

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

 a { background-color: rgb(200,4,57); }

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

border-color css

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

 span { border-color: rgb(200,4,57); }

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