Html Css Color HEX #D3092E Crimson

📋 copy color: '#D3092E'

red 211 ◦ green 9 ◦ blue 46

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

Shades of Crimson #D3092E

Tints of Crimson #D3092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 79.32%
G = 3.38%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3092E (or 0xD3092E) is known color: Crimson. HEX triplet: D3, 09 and 2E. RGB value is (211,9,46). Sum of RGB (Red+Green+Blue) = 211+9+46=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D3092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3092E is #2CF6D1. Grayscale: #494949. Windows color (decimal): -2946770 or 3017171. OLE color: 3017171.

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

Color convert

RGB 211 9 46 -
CMYK 0 0.96 0.78 0.17
HSL 349.01º 0.92% 0.43% -
HSV(B) 349.01º 0.96% 0.83% -
XYZ 27.45 14.24 3.89 -
YUV 73.62 112.42 225.99 -
System Red Green Blue C M Y K H S L
Decimal 211 9 46 0 0.96 0.78 0.17 349.01 0.92 0.43
Hex D3 9 2E 0 60 4E 11 15D 5C 2B
Octal 323 11 56 0 140 116 21 535 134 53
Binary 11010011 1001 101110 0 1100000 1001110 10001 101011101 1011100 101011

Color Harmonies of #D3092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3092E

Black with #D3092E

Text Example


Text Example

White with #D3092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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