Html Css Color HEX #DD0143 Crimson

📋 copy color: '#DD0143'

red 221 ◦ green 1 ◦ blue 67

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

Shades of Crimson #DD0143

Tints of Crimson #DD0143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 76.47%
G = 0.35%
B = 23.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD0143 (or 0xDD0143) is known color: Crimson. HEX triplet: DD, 01 and 43. RGB value is (221,1,67). Sum of RGB (Red+Green+Blue) = 221+1+67=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0143 is #22FEBC. Grayscale: #4A4A4A. Windows color (decimal): -2293437 or 4391389. OLE color: 4391389.

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

Color convert

RGB 221 1 67 -
CMYK 0 1.00 0.70 0.13
HSL 342º 0.99% 0.44% -
HSV(B) 342º 1% 0.87% -
XYZ 30.84 15.8 6.73 -
YUV 74.3 123.89 232.63 -
System Red Green Blue C M Y K H S L
Decimal 221 1 67 0 1.00 0.70 0.13 342 0.99 0.44
Hex DD 1 43 0 64 46 D 156 63 2C
Octal 335 1 103 0 144 106 15 526 143 54
Binary 11011101 1 1000011 0 1100100 1000110 1101 101010110 1100011 101100

Color Harmonies of #DD0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0143

Black with #DD0143

Text Example


Text Example

White with #DD0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0143; }

 p { color: rgb(221,1,67); }

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

background-color css

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

 a { background-color: rgb(221,1,67); }

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

border-color css

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

 span { border-color: rgb(221,1,67); }

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