Html Css Color HEX #DD092B Crimson

📋 copy color: '#DD092B'

red 221 ◦ green 9 ◦ blue 43

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

Shades of Crimson #DD092B

Tints of Crimson #DD092B

RGB

 RED value IS 221 (86.72% from 255) = 80.95%

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 80.95%
G = 3.3%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD092B (or 0xDD092B) is known color: Crimson. HEX triplet: DD, 09 and 2B. RGB value is (221,9,43). Sum of RGB (Red+Green+Blue) = 221+9+43=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD092B is #22F6D4. Grayscale: #4C4C4C. Windows color (decimal): -2291413 or 2820573. OLE color: 2820573.

HSL color Cylindrical-coordinate representation of color #DD092B: hue angle of 350.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD092B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 43 -
CMYK 0 0.96 0.81 0.13
HSL 350.38º 0.92% 0.45% -
HSV(B) 350.38º 0.96% 0.87% -
XYZ 30.35 15.74 3.72 -
YUV 76.26 109.24 231.24 -
System Red Green Blue C M Y K H S L
Decimal 221 9 43 0 0.96 0.81 0.13 350.38 0.92 0.45
Hex DD 9 2B 0 60 51 D 15E 5C 2D
Octal 335 11 53 0 140 121 15 536 134 55
Binary 11011101 1001 101011 0 1100000 1010001 1101 101011110 1011100 101101

Color Harmonies of #DD092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD092B

Black with #DD092B

Text Example


Text Example

White with #DD092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD092B; }

 p { color: rgb(221,9,43); }

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

background-color css

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

 a { background-color: rgb(221,9,43); }

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

border-color css

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

 span { border-color: rgb(221,9,43); }

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