Html Css Color HEX #DD033B Crimson

📋 copy color: '#DD033B'

red 221 ◦ green 3 ◦ blue 59

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

Shades of Crimson #DD033B

Tints of Crimson #DD033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 78.09%
G = 1.06%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD033B (or 0xDD033B) is known color: Crimson. HEX triplet: DD, 03 and 3B. RGB value is (221,3,59). Sum of RGB (Red+Green+Blue) = 221+3+59=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD033B is #22FCC4. Grayscale: #4A4A4A. Windows color (decimal): -2292933 or 3867613. OLE color: 3867613.

HSL color Cylindrical-coordinate representation of color #DD033B: hue angle of 344.59º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD033B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 59 -
CMYK 0 0.99 0.73 0.13
HSL 344.59º 0.97% 0.44% -
HSV(B) 344.59º 0.99% 0.87% -
XYZ 30.64 15.75 5.56 -
YUV 74.57 119.22 232.45 -
System Red Green Blue C M Y K H S L
Decimal 221 3 59 0 0.99 0.73 0.13 344.59 0.97 0.44
Hex DD 3 3B 0 63 49 D 159 61 2C
Octal 335 3 73 0 143 111 15 531 141 54
Binary 11011101 11 111011 0 1100011 1001001 1101 101011001 1100001 101100

Color Harmonies of #DD033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD033B

Black with #DD033B

Text Example


Text Example

White with #DD033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD033B; }

 p { color: rgb(221,3,59); }

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

background-color css

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

 a { background-color: rgb(221,3,59); }

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

border-color css

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

 span { border-color: rgb(221,3,59); }

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