Html Css Color HEX #D30E37 Crimson

📋 copy color: '#D30E37'

red 211 ◦ green 14 ◦ blue 55

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

Shades of Crimson #D30E37

Tints of Crimson #D30E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 75.36%
G = 5%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D30E37 (or 0xD30E37) is known color: Crimson. HEX triplet: D3, 0E and 37. RGB value is (211,14,55). Sum of RGB (Red+Green+Blue) = 211+14+55=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30E37 is #2CF1C8. Grayscale: #4D4D4D. Windows color (decimal): -2945481 or 3608275. OLE color: 3608275.

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

Color convert

RGB 211 14 55 -
CMYK 0 0.93 0.74 0.17
HSL 347.51º 0.88% 0.44% -
HSV(B) 347.51º 0.93% 0.83% -
XYZ 27.71 14.44 4.94 -
YUV 77.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 211 14 55 0 0.93 0.74 0.17 347.51 0.88 0.44
Hex D3 E 37 0 5D 4A 11 15C 58 2C
Octal 323 16 67 0 135 112 21 534 130 54
Binary 11010011 1110 110111 0 1011101 1001010 10001 101011100 1011000 101100

Color Harmonies of #D30E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30E37

Black with #D30E37

Text Example


Text Example

White with #D30E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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