Html Css Color HEX #DD033F Crimson

📋 copy color: '#DD033F'

red 221 ◦ green 3 ◦ blue 63

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

Shades of Crimson #DD033F

Tints of Crimson #DD033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 77%
G = 1.05%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD033F (or 0xDD033F) is known color: Crimson. HEX triplet: DD, 03 and 3F. RGB value is (221,3,63). Sum of RGB (Red+Green+Blue) = 221+3+63=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD033F is #22FCC0. Grayscale: #4B4B4B. Windows color (decimal): -2292929 or 4129757. OLE color: 4129757.

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

Color convert

RGB 221 3 63 -
CMYK 0 0.99 0.71 0.13
HSL 343.49º 0.97% 0.44% -
HSV(B) 343.49º 0.99% 0.87% -
XYZ 30.75 15.8 6.13 -
YUV 75.02 121.22 232.12 -
System Red Green Blue C M Y K H S L
Decimal 221 3 63 0 0.99 0.71 0.13 343.49 0.97 0.44
Hex DD 3 3F 0 63 47 D 157 61 2C
Octal 335 3 77 0 143 107 15 527 141 54
Binary 11011101 11 111111 0 1100011 1000111 1101 101010111 1100001 101100

Color Harmonies of #DD033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD033F

Black with #DD033F

Text Example


Text Example

White with #DD033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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