Html Css Color HEX #DD1002 Free Speech Red

📋 copy color: '#DD1002'

red 221 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #DD1002

Tints of Free Speech Red #DD1002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 92.47%
G = 6.69%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD1002 (or 0xDD1002) is known color: Free Speech Red. HEX triplet: DD, 10 and 02. RGB value is (221,16,2). Sum of RGB (Red+Green+Blue) = 221+16+2=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1002 is #22EFFD. Grayscale: #4B4B4B. Windows color (decimal): -2289662 or 135389. OLE color: 135389.

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

Color convert

RGB 221 16 2 -
CMYK 0 0.93 0.99 0.13
HSL 3.84º 0.98% 0.44% -
HSV(B) 3.84º 0.99% 0.87% -
XYZ 30.02 15.75 1.51 -
YUV 75.7 86.42 231.64 -
System Red Green Blue C M Y K H S L
Decimal 221 16 2 0 0.93 0.99 0.13 3.84 0.98 0.44
Hex DD 10 2 0 5D 63 D 4 62 2C
Octal 335 20 2 0 135 143 15 4 142 54
Binary 11011101 10000 10 0 1011101 1100011 1101 100 1100010 101100

Color Harmonies of #DD1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1002

Black with #DD1002

Text Example


Text Example

White with #DD1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1002; }

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

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

background-color css

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

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

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

border-color css

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

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

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