Html Css Color HEX #D00539 Crimson

📋 copy color: '#D00539'

red 208 ◦ green 5 ◦ blue 57

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

Shades of Crimson #D00539

Tints of Crimson #D00539

RGB

 RED value IS 208 (81.64% from 255) = 77.04%

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

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

R = 77.04%
G = 1.85%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D00539 (or 0xD00539) is known color: Crimson. HEX triplet: D0, 05 and 39. RGB value is (208,5,57). Sum of RGB (Red+Green+Blue) = 208+5+57=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D00539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00539 is #2FFAC6. Grayscale: #474747. Windows color (decimal): -3144391 or 3737040. OLE color: 3737040.

HSL color Cylindrical-coordinate representation of color #D00539: hue angle of 344.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00539 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 57 -
CMYK 0 0.98 0.73 0.18
HSL 344.63º 0.95% 0.42% -
HSV(B) 344.63º 0.98% 0.82% -
XYZ 26.81 13.81 5.12 -
YUV 71.63 119.75 225.27 -
System Red Green Blue C M Y K H S L
Decimal 208 5 57 0 0.98 0.73 0.18 344.63 0.95 0.42
Hex D0 5 39 0 62 49 12 159 5F 2A
Octal 320 5 71 0 142 111 22 531 137 52
Binary 11010000 101 111001 0 1100010 1001001 10010 101011001 1011111 101010

Color Harmonies of #D00539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00539

Black with #D00539

Text Example


Text Example

White with #D00539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00539; }

 p { color: rgb(208,5,57); }

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

background-color css

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

 a { background-color: rgb(208,5,57); }

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

border-color css

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

 span { border-color: rgb(208,5,57); }

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