Html Css Color HEX #DD0504 Free Speech Red

📋 copy color: '#DD0504'

red 221 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #DD0504

Tints of Free Speech Red #DD0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 96.09%
G = 2.17%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD0504 (or 0xDD0504) is known color: Free Speech Red. HEX triplet: DD, 05 and 04. RGB value is (221,5,4). Sum of RGB (Red+Green+Blue) = 221+5+4=230 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.09% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0504 is #22FAFB. Grayscale: #454545. Windows color (decimal): -2292476 or 263645. OLE color: 263645.

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

Color convert

RGB 221 5 4 -
CMYK 0 0.98 0.98 0.13
HSL 0.28º 0.96% 0.44% -
HSV(B) 0.28º 0.98% 0.87% -
XYZ 29.89 15.49 1.53 -
YUV 69.47 91.06 236.08 -
System Red Green Blue C M Y K H S L
Decimal 221 5 4 0 0.98 0.98 0.13 0.28 0.96 0.44
Hex DD 5 4 0 62 62 D 0 60 2C
Octal 335 5 4 0 142 142 15 0 140 54
Binary 11011101 101 100 0 1100010 1100010 1101 0 1100000 101100

Color Harmonies of #DD0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0504

Black with #DD0504

Text Example


Text Example

White with #DD0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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