Html Css Color HEX #D30939 Crimson

📋 copy color: '#D30939'

red 211 ◦ green 9 ◦ blue 57

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

Shades of Crimson #D30939

Tints of Crimson #D30939

RGB

 RED value IS 211 (82.81% from 255) = 76.17%

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

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

R = 76.17%
G = 3.25%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D30939 (or 0xD30939) is known color: Crimson. HEX triplet: D3, 09 and 39. RGB value is (211,9,57). Sum of RGB (Red+Green+Blue) = 211+9+57=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D30939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30939 is #2CF6C6. Grayscale: #4A4A4A. Windows color (decimal): -2946759 or 3738067. OLE color: 3738067.

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

Color convert

RGB 211 9 57 -
CMYK 0 0.96 0.73 0.17
HSL 345.74º 0.92% 0.43% -
HSV(B) 345.74º 0.96% 0.83% -
XYZ 27.7 14.34 5.18 -
YUV 74.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 211 9 57 0 0.96 0.73 0.17 345.74 0.92 0.43
Hex D3 9 39 0 60 49 11 15A 5C 2B
Octal 323 11 71 0 140 111 21 532 134 53
Binary 11010011 1001 111001 0 1100000 1001001 10001 101011010 1011100 101011

Color Harmonies of #D30939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30939

Black with #D30939

Text Example


Text Example

White with #D30939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30939; }

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

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

background-color css

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

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

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

border-color css

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

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

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