Html Css Color HEX #D30D31 Crimson

📋 copy color: '#D30D31'

red 211 ◦ green 13 ◦ blue 49

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

Shades of Crimson #D30D31

Tints of Crimson #D30D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 77.29%
G = 4.76%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D30D31 (or 0xD30D31) is known color: Crimson. HEX triplet: D3, 0D and 31. RGB value is (211,13,49). Sum of RGB (Red+Green+Blue) = 211+13+49=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30D31 is #2CF2CE. Grayscale: #4C4C4C. Windows color (decimal): -2945743 or 3214803. OLE color: 3214803.

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

Color convert

RGB 211 13 49 -
CMYK 0 0.94 0.77 0.17
HSL 349.09º 0.88% 0.44% -
HSV(B) 349.09º 0.94% 0.83% -
XYZ 27.56 14.36 4.22 -
YUV 76.31 112.6 224.07 -
System Red Green Blue C M Y K H S L
Decimal 211 13 49 0 0.94 0.77 0.17 349.09 0.88 0.44
Hex D3 D 31 0 5E 4D 11 15D 58 2C
Octal 323 15 61 0 136 115 21 535 130 54
Binary 11010011 1101 110001 0 1011110 1001101 10001 101011101 1011000 101100

Color Harmonies of #D30D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30D31

Black with #D30D31

Text Example


Text Example

White with #D30D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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