Html Css Color HEX #DD1508 Free Speech Red

📋 copy color: '#DD1508'

red 221 ◦ green 21 ◦ blue 8

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

Shades of Free Speech Red #DD1508

Tints of Free Speech Red #DD1508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 88.4%
G = 8.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD1508 (or 0xDD1508) is known color: Free Speech Red. HEX triplet: DD, 15 and 08. RGB value is (221,21,8). Sum of RGB (Red+Green+Blue) = 221+21+8=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1508 is #22EAF7. Grayscale: #4F4F4F. Windows color (decimal): -2288376 or 529885. OLE color: 529885.

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

Color convert

RGB 221 21 8 -
CMYK 0 0.90 0.96 0.13
HSL 3.66º 0.93% 0.45% -
HSV(B) 3.66º 0.96% 0.87% -
XYZ 30.13 15.93 1.72 -
YUV 79.32 87.76 229.06 -
System Red Green Blue C M Y K H S L
Decimal 221 21 8 0 0.90 0.96 0.13 3.66 0.93 0.45
Hex DD 15 8 0 5A 60 D 4 5D 2D
Octal 335 25 10 0 132 140 15 4 135 55
Binary 11011101 10101 1000 0 1011010 1100000 1101 100 1011101 101101

Color Harmonies of #DD1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1508

Black with #DD1508

Text Example


Text Example

White with #DD1508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1508; }

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

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

background-color css

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

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

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

border-color css

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

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

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