Html Css Color HEX #DD1003 Free Speech Red

📋 copy color: '#DD1003'

red 221 ◦ green 16 ◦ blue 3

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

Shades of Free Speech Red #DD1003

Tints of Free Speech Red #DD1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 92.08%
G = 6.67%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD1003 (or 0xDD1003) is known color: Free Speech Red. HEX triplet: DD, 10 and 03. RGB value is (221,16,3). Sum of RGB (Red+Green+Blue) = 221+16+3=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1003 is #22EFFC. Grayscale: #4C4C4C. Windows color (decimal): -2289661 or 200925. OLE color: 200925.

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

Color convert

RGB 221 16 3 -
CMYK 0 0.93 0.99 0.13
HSL 3.58º 0.97% 0.44% -
HSV(B) 3.58º 0.99% 0.87% -
XYZ 30.02 15.75 1.54 -
YUV 75.81 86.92 231.56 -
System Red Green Blue C M Y K H S L
Decimal 221 16 3 0 0.93 0.99 0.13 3.58 0.97 0.44
Hex DD 10 3 0 5D 63 D 4 61 2C
Octal 335 20 3 0 135 143 15 4 141 54
Binary 11011101 10000 11 0 1011101 1100011 1101 100 1100001 101100

Color Harmonies of #DD1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1003

Black with #DD1003

Text Example


Text Example

White with #DD1003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1003; }

 p { color: rgb(221,16,3); }

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

background-color css

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

 a { background-color: rgb(221,16,3); }

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

border-color css

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

 span { border-color: rgb(221,16,3); }

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