Html Css Color HEX #DD0840 Crimson

📋 copy color: '#DD0840'

red 221 ◦ green 8 ◦ blue 64

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

Shades of Crimson #DD0840

Tints of Crimson #DD0840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 75.43%
G = 2.73%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0840 (or 0xDD0840) is known color: Crimson. HEX triplet: DD, 08 and 40. RGB value is (221,8,64). Sum of RGB (Red+Green+Blue) = 221+8+64=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0840 is #22F7BF. Grayscale: #4E4E4E. Windows color (decimal): -2291648 or 4196573. OLE color: 4196573.

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

Color convert

RGB 221 8 64 -
CMYK 0 0.96 0.71 0.13
HSL 344.23º 0.93% 0.45% -
HSV(B) 344.23º 0.96% 0.87% -
XYZ 30.83 15.92 6.3 -
YUV 78.07 120.07 229.95 -
System Red Green Blue C M Y K H S L
Decimal 221 8 64 0 0.96 0.71 0.13 344.23 0.93 0.45
Hex DD 8 40 0 60 47 D 158 5D 2D
Octal 335 10 100 0 140 107 15 530 135 55
Binary 11011101 1000 1000000 0 1100000 1000111 1101 101011000 1011101 101101

Color Harmonies of #DD0840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0840

Black with #DD0840

Text Example


Text Example

White with #DD0840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0840; }

 p { color: rgb(221,8,64); }

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

background-color css

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

 a { background-color: rgb(221,8,64); }

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

border-color css

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

 span { border-color: rgb(221,8,64); }

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