Html Css Color HEX #D30E31 Crimson

📋 copy color: '#D30E31'

red 211 ◦ green 14 ◦ blue 49

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

Shades of Crimson #D30E31

Tints of Crimson #D30E31

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 77.01%
G = 5.11%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D30E31 (or 0xD30E31) is known color: Crimson. HEX triplet: D3, 0E and 31. RGB value is (211,14,49). Sum of RGB (Red+Green+Blue) = 211+14+49=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30E31 is #2CF1CE. Grayscale: #4C4C4C. Windows color (decimal): -2945487 or 3215059. OLE color: 3215059.

HSL color Cylindrical-coordinate representation of color #D30E31: hue angle of 349.34º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30E31 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 14 49 -
CMYK 0 0.93 0.77 0.17
HSL 349.34º 0.88% 0.44% -
HSV(B) 349.34º 0.93% 0.83% -
XYZ 27.58 14.38 4.23 -
YUV 76.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 211 14 49 0 0.93 0.77 0.17 349.34 0.88 0.44
Hex D3 E 31 0 5D 4D 11 15D 58 2C
Octal 323 16 61 0 135 115 21 535 130 54
Binary 11010011 1110 110001 0 1011101 1001101 10001 101011101 1011000 101100

Color Harmonies of #D30E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30E31

Black with #D30E31

Text Example


Text Example

White with #D30E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30E31; }

 p { color: rgb(211,14,49); }

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

background-color css

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

 a { background-color: rgb(211,14,49); }

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

border-color css

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

 span { border-color: rgb(211,14,49); }

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