Html Css Color HEX #DD1005 Free Speech Red

📋 copy color: '#DD1005'

red 221 ◦ green 16 ◦ blue 5

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

Shades of Free Speech Red #DD1005

Tints of Free Speech Red #DD1005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 91.32%
G = 6.61%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD1005 (or 0xDD1005) is known color: Free Speech Red. HEX triplet: DD, 10 and 05. RGB value is (221,16,5). Sum of RGB (Red+Green+Blue) = 221+16+5=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1005 is #22EFFA. Grayscale: #4C4C4C. Windows color (decimal): -2289659 or 331997. OLE color: 331997.

HSL color Cylindrical-coordinate representation of color #DD1005: hue angle of 3.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD1005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 5 -
CMYK 0 0.93 0.98 0.13
HSL 3.06º 0.96% 0.44% -
HSV(B) 3.06º 0.98% 0.87% -
XYZ 30.03 15.75 1.6 -
YUV 76.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 221 16 5 0 0.93 0.98 0.13 3.06 0.96 0.44
Hex DD 10 5 0 5D 62 D 3 60 2C
Octal 335 20 5 0 135 142 15 3 140 54
Binary 11011101 10000 101 0 1011101 1100010 1101 11 1100000 101100

Color Harmonies of #DD1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1005

Black with #DD1005

Text Example


Text Example

White with #DD1005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1005; }

 p { color: rgb(221,16,5); }

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

background-color css

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

 a { background-color: rgb(221,16,5); }

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

border-color css

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

 span { border-color: rgb(221,16,5); }

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