Html Css Color HEX #DD1008 Free Speech Red

📋 copy color: '#DD1008'

red 221 ◦ green 16 ◦ blue 8

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

Shades of Free Speech Red #DD1008

Tints of Free Speech Red #DD1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 90.2%
G = 6.53%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD1008 (or 0xDD1008) is known color: Free Speech Red. HEX triplet: DD, 10 and 08. RGB value is (221,16,8). Sum of RGB (Red+Green+Blue) = 221+16+8=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1008 is #22EFF7. Grayscale: #4C4C4C. Windows color (decimal): -2289656 or 528605. OLE color: 528605.

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

Color convert

RGB 221 16 8 -
CMYK 0 0.93 0.96 0.13
HSL 2.25º 0.93% 0.45% -
HSV(B) 2.25º 0.96% 0.87% -
XYZ 30.05 15.76 1.69 -
YUV 76.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 221 16 8 0 0.93 0.96 0.13 2.25 0.93 0.45
Hex DD 10 8 0 5D 60 D 2 5D 2D
Octal 335 20 10 0 135 140 15 2 135 55
Binary 11011101 10000 1000 0 1011101 1100000 1101 10 1011101 101101

Color Harmonies of #DD1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1008

Black with #DD1008

Text Example


Text Example

White with #DD1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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