Html Css Color HEX #C80536 Crimson

📋 copy color: '#C80536'

red 200 ◦ green 5 ◦ blue 54

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

Shades of Crimson #C80536

Tints of Crimson #C80536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 77.22%
G = 1.93%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C80536 (or 0xC80536) is known color: Crimson. HEX triplet: C8, 05 and 36. RGB value is (200,5,54). Sum of RGB (Red+Green+Blue) = 200+5+54=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C80536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80536 is #37FAC9. Grayscale: #444444. Windows color (decimal): -3668682 or 3540424. OLE color: 3540424.

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

Color convert

RGB 200 5 54 -
CMYK 0 0.98 0.73 0.22
HSL 344.92º 0.95% 0.4% -
HSV(B) 344.92º 0.98% 0.78% -
XYZ 24.54 12.65 4.64 -
YUV 68.89 119.6 221.52 -
System Red Green Blue C M Y K H S L
Decimal 200 5 54 0 0.98 0.73 0.22 344.92 0.95 0.4
Hex C8 5 36 0 62 49 16 159 5F 28
Octal 310 5 66 0 142 111 26 531 137 50
Binary 11001000 101 110110 0 1100010 1001001 10110 101011001 1011111 101000

Color Harmonies of #C80536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80536

Black with #C80536

Text Example


Text Example

White with #C80536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80536; }

 p { color: rgb(200,5,54); }

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

background-color css

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

 a { background-color: rgb(200,5,54); }

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

border-color css

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

 span { border-color: rgb(200,5,54); }

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