Html Css Color HEX #DD1504 Free Speech Red

📋 copy color: '#DD1504'

red 221 ◦ green 21 ◦ blue 4

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

Shades of Free Speech Red #DD1504

Tints of Free Speech Red #DD1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 89.84%
G = 8.54%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD1504 (or 0xDD1504) is known color: Free Speech Red. HEX triplet: DD, 15 and 04. RGB value is (221,21,4). Sum of RGB (Red+Green+Blue) = 221+21+4=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1504 is #22EAFB. Grayscale: #4F4F4F. Windows color (decimal): -2288380 or 267741. OLE color: 267741.

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

Color convert

RGB 221 21 4 -
CMYK 0 0.90 0.98 0.13
HSL 4.7º 0.96% 0.44% -
HSV(B) 4.7º 0.98% 0.87% -
XYZ 30.11 15.92 1.6 -
YUV 78.86 85.76 229.38 -
System Red Green Blue C M Y K H S L
Decimal 221 21 4 0 0.90 0.98 0.13 4.7 0.96 0.44
Hex DD 15 4 0 5A 62 D 5 60 2C
Octal 335 25 4 0 132 142 15 5 140 54
Binary 11011101 10101 100 0 1011010 1100010 1101 101 1100000 101100

Color Harmonies of #DD1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1504

Black with #DD1504

Text Example


Text Example

White with #DD1504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1504; }

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

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

background-color css

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

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

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

border-color css

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

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

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