Html Css Color HEX #DD0342 Crimson

📋 copy color: '#DD0342'

red 221 ◦ green 3 ◦ blue 66

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

Shades of Crimson #DD0342

Tints of Crimson #DD0342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 76.21%
G = 1.03%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD0342 (or 0xDD0342) is known color: Crimson. HEX triplet: DD, 03 and 42. RGB value is (221,3,66). Sum of RGB (Red+Green+Blue) = 221+3+66=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0342 is #22FCBD. Grayscale: #4B4B4B. Windows color (decimal): -2292926 or 4326365. OLE color: 4326365.

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

Color convert

RGB 221 3 66 -
CMYK 0 0.99 0.70 0.13
HSL 342.66º 0.97% 0.44% -
HSV(B) 342.66º 0.99% 0.87% -
XYZ 30.83 15.83 6.58 -
YUV 75.36 122.72 231.88 -
System Red Green Blue C M Y K H S L
Decimal 221 3 66 0 0.99 0.70 0.13 342.66 0.97 0.44
Hex DD 3 42 0 63 46 D 157 61 2C
Octal 335 3 102 0 143 106 15 527 141 54
Binary 11011101 11 1000010 0 1100011 1000110 1101 101010111 1100001 101100

Color Harmonies of #DD0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0342

Black with #DD0342

Text Example


Text Example

White with #DD0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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