Html Css Color HEX #DD1509 Free Speech Red

📋 copy color: '#DD1509'

red 221 ◦ green 21 ◦ blue 9

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

Shades of Free Speech Red #DD1509

Tints of Free Speech Red #DD1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.59%

R = 88.05%
G = 8.37%
B = 3.59%

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

#DD1509 (or 0xDD1509) is known color: Free Speech Red. HEX triplet: DD, 15 and 09. RGB value is (221,21,9). Sum of RGB (Red+Green+Blue) = 221+21+9=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1509 is #22EAF6. Grayscale: #4F4F4F. Windows color (decimal): -2288375 or 595421. OLE color: 595421.

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

Color convert

RGB 221 21 9 -
CMYK 0 0.90 0.96 0.13
HSL 3.4º 0.92% 0.45% -
HSV(B) 3.4º 0.96% 0.87% -
XYZ 30.14 15.93 1.74 -
YUV 79.43 88.26 228.98 -
System Red Green Blue C M Y K H S L
Decimal 221 21 9 0 0.90 0.96 0.13 3.4 0.92 0.45
Hex DD 15 9 0 5A 60 D 3 5C 2D
Octal 335 25 11 0 132 140 15 3 134 55
Binary 11011101 10101 1001 0 1011010 1100000 1101 11 1011100 101101

Color Harmonies of #DD1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1509

Black with #DD1509

Text Example


Text Example

White with #DD1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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