Html Css Color HEX #D30935 Crimson

📋 copy color: '#D30935'

red 211 ◦ green 9 ◦ blue 53

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

Shades of Crimson #D30935

Tints of Crimson #D30935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 77.29%
G = 3.3%
B = 19.41%

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

#D30935 (or 0xD30935) is known color: Crimson. HEX triplet: D3, 09 and 35. RGB value is (211,9,53). Sum of RGB (Red+Green+Blue) = 211+9+53=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D30935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30935 is #2CF6CA. Grayscale: #4A4A4A. Windows color (decimal): -2946763 or 3475923. OLE color: 3475923.

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

Color convert

RGB 211 9 53 -
CMYK 0 0.96 0.75 0.17
HSL 346.93º 0.92% 0.43% -
HSV(B) 346.93º 0.96% 0.83% -
XYZ 27.6 14.3 4.67 -
YUV 74.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 211 9 53 0 0.96 0.75 0.17 346.93 0.92 0.43
Hex D3 9 35 0 60 4B 11 15B 5C 2B
Octal 323 11 65 0 140 113 21 533 134 53
Binary 11010011 1001 110101 0 1100000 1001011 10001 101011011 1011100 101011

Color Harmonies of #D30935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30935

Black with #D30935

Text Example


Text Example

White with #D30935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30935; }

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

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

background-color css

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

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

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

border-color css

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

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

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