Html Css Color HEX #D30932 Crimson

📋 copy color: '#D30932'

red 211 ◦ green 9 ◦ blue 50

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

Shades of Crimson #D30932

Tints of Crimson #D30932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 78.15%
G = 3.33%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D30932 (or 0xD30932) is known color: Crimson. HEX triplet: D3, 09 and 32. RGB value is (211,9,50). Sum of RGB (Red+Green+Blue) = 211+9+50=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D30932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30932 is #2CF6CD. Grayscale: #4A4A4A. Windows color (decimal): -2946766 or 3279315. OLE color: 3279315.

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

Color convert

RGB 211 9 50 -
CMYK 0 0.96 0.76 0.17
HSL 347.82º 0.92% 0.43% -
HSV(B) 347.82º 0.96% 0.83% -
XYZ 27.54 14.27 4.32 -
YUV 74.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 211 9 50 0 0.96 0.76 0.17 347.82 0.92 0.43
Hex D3 9 32 0 60 4C 11 15C 5C 2B
Octal 323 11 62 0 140 114 21 534 134 53
Binary 11010011 1001 110010 0 1100000 1001100 10001 101011100 1011100 101011

Color Harmonies of #D30932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30932

Black with #D30932

Text Example


Text Example

White with #D30932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30932; }

 p { color: rgb(211,9,50); }

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

background-color css

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

 a { background-color: rgb(211,9,50); }

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

border-color css

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

 span { border-color: rgb(211,9,50); }

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