Html Css Color HEX #DD0E08 Free Speech Red

📋 copy color: '#DD0E08'

red 221 ◦ green 14 ◦ blue 8

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

Shades of Free Speech Red #DD0E08

Tints of Free Speech Red #DD0E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.76%

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

R = 90.95%
G = 5.76%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0E08 (or 0xDD0E08) is known color: Free Speech Red. HEX triplet: DD, 0E and 08. RGB value is (221,14,8). Sum of RGB (Red+Green+Blue) = 221+14+8=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0E08 is #22F1F7. Grayscale: #4B4B4B. Windows color (decimal): -2290168 or 528093. OLE color: 528093.

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

Color convert

RGB 221 14 8 -
CMYK 0 0.94 0.96 0.13
HSL 1.69º 0.93% 0.45% -
HSV(B) 1.69º 0.96% 0.87% -
XYZ 30.02 15.7 1.68 -
YUV 75.21 90.08 231.99 -
System Red Green Blue C M Y K H S L
Decimal 221 14 8 0 0.94 0.96 0.13 1.69 0.93 0.45
Hex DD E 8 0 5E 60 D 2 5D 2D
Octal 335 16 10 0 136 140 15 2 135 55
Binary 11011101 1110 1000 0 1011110 1100000 1101 10 1011101 101101

Color Harmonies of #DD0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E08

Black with #DD0E08

Text Example


Text Example

White with #DD0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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