Html Css Color HEX #D30737 Crimson

📋 copy color: '#D30737'

red 211 ◦ green 7 ◦ blue 55

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

Shades of Crimson #D30737

Tints of Crimson #D30737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 77.29%
G = 2.56%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D30737 (or 0xD30737) is known color: Crimson. HEX triplet: D3, 07 and 37. RGB value is (211,7,55). Sum of RGB (Red+Green+Blue) = 211+7+55=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D30737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30737 is #2CF8C8. Grayscale: #494949. Windows color (decimal): -2947273 or 3606483. OLE color: 3606483.

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

Color convert

RGB 211 7 55 -
CMYK 0 0.97 0.74 0.17
HSL 345.88º 0.94% 0.43% -
HSV(B) 345.88º 0.97% 0.83% -
XYZ 27.63 14.28 4.91 -
YUV 73.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 211 7 55 0 0.97 0.74 0.17 345.88 0.94 0.43
Hex D3 7 37 0 61 4A 11 15A 5E 2B
Octal 323 7 67 0 141 112 21 532 136 53
Binary 11010011 111 110111 0 1100001 1001010 10001 101011010 1011110 101011

Color Harmonies of #D30737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30737

Black with #D30737

Text Example


Text Example

White with #D30737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30737; }

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

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

background-color css

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

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

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

border-color css

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

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

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