Html Css Color HEX #DD0802 Free Speech Red

📋 copy color: '#DD0802'

red 221 ◦ green 8 ◦ blue 2

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

Shades of Free Speech Red #DD0802

Tints of Free Speech Red #DD0802

RGB

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

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

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

R = 95.67%
G = 3.46%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0802 (or 0xDD0802) is known color: Free Speech Red. HEX triplet: DD, 08 and 02. RGB value is (221,8,2). Sum of RGB (Red+Green+Blue) = 221+8+2=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0802 is #22F7FD. Grayscale: #474747. Windows color (decimal): -2291710 or 133341. OLE color: 133341.

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

Color convert

RGB 221 8 2 -
CMYK 0 0.96 0.99 0.13
HSL 1.64º 0.98% 0.44% -
HSV(B) 1.64º 0.99% 0.87% -
XYZ 29.92 15.55 1.48 -
YUV 71 89.07 234.99 -
System Red Green Blue C M Y K H S L
Decimal 221 8 2 0 0.96 0.99 0.13 1.64 0.98 0.44
Hex DD 8 2 0 60 63 D 2 62 2C
Octal 335 10 2 0 140 143 15 2 142 54
Binary 11011101 1000 10 0 1100000 1100011 1101 10 1100010 101100

Color Harmonies of #DD0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0802

Black with #DD0802

Text Example


Text Example

White with #DD0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0802; }

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

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

background-color css

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

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

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

border-color css

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

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

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