Html Css Color HEX #DD0842 Crimson

📋 copy color: '#DD0842'

red 221 ◦ green 8 ◦ blue 66

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

Shades of Crimson #DD0842

Tints of Crimson #DD0842

RGB

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

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

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

R = 74.92%
G = 2.71%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD0842 (or 0xDD0842) is known color: Crimson. HEX triplet: DD, 08 and 42. RGB value is (221,8,66). Sum of RGB (Red+Green+Blue) = 221+8+66=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0842 is #22F7BD. Grayscale: #4E4E4E. Windows color (decimal): -2291646 or 4327645. OLE color: 4327645.

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

Color convert

RGB 221 8 66 -
CMYK 0 0.96 0.70 0.13
HSL 343.66º 0.93% 0.45% -
HSV(B) 343.66º 0.96% 0.87% -
XYZ 30.89 15.94 6.6 -
YUV 78.3 121.07 229.78 -
System Red Green Blue C M Y K H S L
Decimal 221 8 66 0 0.96 0.70 0.13 343.66 0.93 0.45
Hex DD 8 42 0 60 46 D 158 5D 2D
Octal 335 10 102 0 140 106 15 530 135 55
Binary 11011101 1000 1000010 0 1100000 1000110 1101 101011000 1011101 101101

Color Harmonies of #DD0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0842

Black with #DD0842

Text Example


Text Example

White with #DD0842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0842; }

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

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

background-color css

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

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

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

border-color css

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

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

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