Html Css Color HEX #C80337 Crimson

📋 copy color: '#C80337'

red 200 ◦ green 3 ◦ blue 55

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

Shades of Crimson #C80337

Tints of Crimson #C80337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 55 (21.88% from 255) = 21.32%

R = 77.52%
G = 1.16%
B = 21.32%

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

#C80337 (or 0xC80337) is known color: Crimson. HEX triplet: C8, 03 and 37. RGB value is (200,3,55). Sum of RGB (Red+Green+Blue) = 200+3+55=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C80337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80337 is #37FCC8. Grayscale: #434343. Windows color (decimal): -3669193 or 3605448. OLE color: 3605448.

HSL color Cylindrical-coordinate representation of color #C80337: hue angle of 344.16º degrees, saturation: 0.97, 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 #C80337 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 55 -
CMYK 0 0.98 0.72 0.22
HSL 344.16º 0.97% 0.4% -
HSV(B) 344.16º 0.99% 0.78% -
XYZ 24.54 12.62 4.76 -
YUV 67.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 200 3 55 0 0.98 0.72 0.22 344.16 0.97 0.4
Hex C8 3 37 0 62 48 16 158 61 28
Octal 310 3 67 0 142 110 26 530 141 50
Binary 11001000 11 110111 0 1100010 1001000 10110 101011000 1100001 101000

Color Harmonies of #C80337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80337

Black with #C80337

Text Example


Text Example

White with #C80337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80337; }

 p { color: rgb(200,3,55); }

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

background-color css

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

 a { background-color: rgb(200,3,55); }

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

border-color css

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

 span { border-color: rgb(200,3,55); }

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