Html Css Color HEX #D3093B Crimson

📋 copy color: '#D3093B'

red 211 ◦ green 9 ◦ blue 59

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

Shades of Crimson #D3093B

Tints of Crimson #D3093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 75.63%
G = 3.23%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3093B (or 0xD3093B) is known color: Crimson. HEX triplet: D3, 09 and 3B. RGB value is (211,9,59). Sum of RGB (Red+Green+Blue) = 211+9+59=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D3093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3093B is #2CF6C4. Grayscale: #4B4B4B. Windows color (decimal): -2946757 or 3869139. OLE color: 3869139.

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

Color convert

RGB 211 9 59 -
CMYK 0 0.96 0.72 0.17
HSL 345.15º 0.92% 0.43% -
HSV(B) 345.15º 0.96% 0.83% -
XYZ 27.75 14.36 5.45 -
YUV 75.1 118.92 224.93 -
System Red Green Blue C M Y K H S L
Decimal 211 9 59 0 0.96 0.72 0.17 345.15 0.92 0.43
Hex D3 9 3B 0 60 48 11 159 5C 2B
Octal 323 11 73 0 140 110 21 531 134 53
Binary 11010011 1001 111011 0 1100000 1001000 10001 101011001 1011100 101011

Color Harmonies of #D3093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3093B

Black with #D3093B

Text Example


Text Example

White with #D3093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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