Html Css Color HEX #DD0930 Crimson

📋 copy color: '#DD0930'

red 221 ◦ green 9 ◦ blue 48

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

Shades of Crimson #DD0930

Tints of Crimson #DD0930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 79.5%
G = 3.24%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0930 (or 0xDD0930) is known color: Crimson. HEX triplet: DD, 09 and 30. RGB value is (221,9,48). Sum of RGB (Red+Green+Blue) = 221+9+48=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0930 is #22F6CF. Grayscale: #4C4C4C. Windows color (decimal): -2291408 or 3148253. OLE color: 3148253.

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

Color convert

RGB 221 9 48 -
CMYK 0 0.96 0.78 0.13
HSL 348.96º 0.92% 0.45% -
HSV(B) 348.96º 0.96% 0.87% -
XYZ 30.45 15.78 4.24 -
YUV 76.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 221 9 48 0 0.96 0.78 0.13 348.96 0.92 0.45
Hex DD 9 30 0 60 4E D 15D 5C 2D
Octal 335 11 60 0 140 116 15 535 134 55
Binary 11011101 1001 110000 0 1100000 1001110 1101 101011101 1011100 101101

Color Harmonies of #DD0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0930

Black with #DD0930

Text Example


Text Example

White with #DD0930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0930; }

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

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

background-color css

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

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

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

border-color css

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

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

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