Html Css Color HEX #D30E2F Crimson

📋 copy color: '#D30E2F'

red 211 ◦ green 14 ◦ blue 47

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

Shades of Crimson #D30E2F

Tints of Crimson #D30E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 77.57%
G = 5.15%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D30E2F (or 0xD30E2F) is known color: Crimson. HEX triplet: D3, 0E and 2F. RGB value is (211,14,47). Sum of RGB (Red+Green+Blue) = 211+14+47=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30E2F is #2CF1D0. Grayscale: #4C4C4C. Windows color (decimal): -2945489 or 3083987. OLE color: 3083987.

HSL color Cylindrical-coordinate representation of color #D30E2F: hue angle of 349.95º 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 #D30E2F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 14 47 -
CMYK 0 0.93 0.78 0.17
HSL 349.95º 0.88% 0.44% -
HSV(B) 349.95º 0.93% 0.83% -
XYZ 27.53 14.37 4.01 -
YUV 76.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 211 14 47 0 0.93 0.78 0.17 349.95 0.88 0.44
Hex D3 E 2F 0 5D 4E 11 15E 58 2C
Octal 323 16 57 0 135 116 21 536 130 54
Binary 11010011 1110 101111 0 1011101 1001110 10001 101011110 1011000 101100

Color Harmonies of #D30E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30E2F

Black with #D30E2F

Text Example


Text Example

White with #D30E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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