Html Css Color HEX #C80544 Crimson

📋 copy color: '#C80544'

red 200 ◦ green 5 ◦ blue 68

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

Shades of Crimson #C80544

Tints of Crimson #C80544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 73.26%
G = 1.83%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80544 (or 0xC80544) is known color: Crimson. HEX triplet: C8, 05 and 44. RGB value is (200,5,68). Sum of RGB (Red+Green+Blue) = 200+5+68=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80544 is #37FABB. Grayscale: #464646. Windows color (decimal): -3668668 or 4457928. OLE color: 4457928.

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

Color convert

RGB 200 5 68 -
CMYK 0 0.98 0.66 0.22
HSL 340.62º 0.95% 0.4% -
HSV(B) 340.62º 0.98% 0.78% -
XYZ 24.92 12.81 6.63 -
YUV 70.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 200 5 68 0 0.98 0.66 0.22 340.62 0.95 0.4
Hex C8 5 44 0 62 42 16 155 5F 28
Octal 310 5 104 0 142 102 26 525 137 50
Binary 11001000 101 1000100 0 1100010 1000010 10110 101010101 1011111 101000

Color Harmonies of #C80544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80544

Black with #C80544

Text Example


Text Example

White with #C80544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80544; }

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

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

background-color css

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

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

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

border-color css

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

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

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