Html Css Color HEX #D30934 Crimson

📋 copy color: '#D30934'

red 211 ◦ green 9 ◦ blue 52

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

Shades of Crimson #D30934

Tints of Crimson #D30934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 77.57%
G = 3.31%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D30934 (or 0xD30934) is known color: Crimson. HEX triplet: D3, 09 and 34. RGB value is (211,9,52). Sum of RGB (Red+Green+Blue) = 211+9+52=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D30934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30934 is #2CF6CB. Grayscale: #4A4A4A. Windows color (decimal): -2946764 or 3410387. OLE color: 3410387.

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

Color convert

RGB 211 9 52 -
CMYK 0 0.96 0.75 0.17
HSL 347.23º 0.92% 0.43% -
HSV(B) 347.23º 0.96% 0.83% -
XYZ 27.58 14.29 4.55 -
YUV 74.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 211 9 52 0 0.96 0.75 0.17 347.23 0.92 0.43
Hex D3 9 34 0 60 4B 11 15B 5C 2B
Octal 323 11 64 0 140 113 21 533 134 53
Binary 11010011 1001 110100 0 1100000 1001011 10001 101011011 1011100 101011

Color Harmonies of #D30934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30934

Black with #D30934

Text Example


Text Example

White with #D30934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30934; }

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

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

background-color css

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

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

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

border-color css

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

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

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