Html Css Color HEX #D00939 Crimson

📋 copy color: '#D00939'

red 208 ◦ green 9 ◦ blue 57

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

Shades of Crimson #D00939

Tints of Crimson #D00939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 75.91%
G = 3.28%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D00939 (or 0xD00939) is known color: Crimson. HEX triplet: D0, 09 and 39. RGB value is (208,9,57). Sum of RGB (Red+Green+Blue) = 208+9+57=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D00939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00939 is #2FF6C6. Grayscale: #494949. Windows color (decimal): -3143367 or 3738064. OLE color: 3738064.

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

Color convert

RGB 208 9 57 -
CMYK 0 0.96 0.73 0.18
HSL 345.53º 0.92% 0.43% -
HSV(B) 345.53º 0.96% 0.82% -
XYZ 26.85 13.9 5.14 -
YUV 73.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 208 9 57 0 0.96 0.73 0.18 345.53 0.92 0.43
Hex D0 9 39 0 60 49 12 15A 5C 2B
Octal 320 11 71 0 140 111 22 532 134 53
Binary 11010000 1001 111001 0 1100000 1001001 10010 101011010 1011100 101011

Color Harmonies of #D00939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00939

Black with #D00939

Text Example


Text Example

White with #D00939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00939; }

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

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

background-color css

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

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

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

border-color css

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

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

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