Html Css Color HEX #D3092F Crimson

📋 copy color: '#D3092F'

red 211 ◦ green 9 ◦ blue 47

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

Shades of Crimson #D3092F

Tints of Crimson #D3092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 79.03%
G = 3.37%
B = 17.6%

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

#D3092F (or 0xD3092F) is known color: Crimson. HEX triplet: D3, 09 and 2F. RGB value is (211,9,47). Sum of RGB (Red+Green+Blue) = 211+9+47=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D3092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3092F is #2CF6D0. Grayscale: #494949. Windows color (decimal): -2946769 or 3082707. OLE color: 3082707.

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

Color convert

RGB 211 9 47 -
CMYK 0 0.96 0.78 0.17
HSL 348.71º 0.92% 0.43% -
HSV(B) 348.71º 0.96% 0.83% -
XYZ 27.47 14.25 3.99 -
YUV 73.73 112.92 225.91 -
System Red Green Blue C M Y K H S L
Decimal 211 9 47 0 0.96 0.78 0.17 348.71 0.92 0.43
Hex D3 9 2F 0 60 4E 11 15D 5C 2B
Octal 323 11 57 0 140 116 21 535 134 53
Binary 11010011 1001 101111 0 1100000 1001110 10001 101011101 1011100 101011

Color Harmonies of #D3092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3092F

Black with #D3092F

Text Example


Text Example

White with #D3092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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