Html Css Color HEX #C80237 Crimson

📋 copy color: '#C80237'

red 200 ◦ green 2 ◦ blue 55

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

Shades of Crimson #C80237

Tints of Crimson #C80237

RGB

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

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

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

R = 77.82%
G = 0.78%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80237 (or 0xC80237) is known color: Crimson. HEX triplet: C8, 02 and 37. RGB value is (200,2,55). Sum of RGB (Red+Green+Blue) = 200+2+55=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C80237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80237 is #37FDC8. Grayscale: #434343. Windows color (decimal): -3669449 or 3605192. OLE color: 3605192.

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

Color convert

RGB 200 2 55 -
CMYK 0 0.99 0.72 0.22
HSL 343.94º 0.98% 0.4% -
HSV(B) 343.94º 0.99% 0.78% -
XYZ 24.53 12.6 4.75 -
YUV 67.24 121.1 222.69 -
System Red Green Blue C M Y K H S L
Decimal 200 2 55 0 0.99 0.72 0.22 343.94 0.98 0.4
Hex C8 2 37 0 63 48 16 158 62 28
Octal 310 2 67 0 143 110 26 530 142 50
Binary 11001000 10 110111 0 1100011 1001000 10110 101011000 1100010 101000

Color Harmonies of #C80237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80237

Black with #C80237

Text Example


Text Example

White with #C80237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80237; }

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

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

background-color css

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

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

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

border-color css

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

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

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