Html Css Color HEX #DD100D Free Speech Red

📋 copy color: '#DD100D'

red 221 ◦ green 16 ◦ blue 13

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

Shades of Free Speech Red #DD100D

Tints of Free Speech Red #DD100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 88.4%
G = 6.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD100D (or 0xDD100D) is known color: Free Speech Red. HEX triplet: DD, 10 and 0D. RGB value is (221,16,13). Sum of RGB (Red+Green+Blue) = 221+16+13=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD100D is #22EFF2. Grayscale: #4D4D4D. Windows color (decimal): -2289651 or 856285. OLE color: 856285.

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

Color convert

RGB 221 16 13 -
CMYK 0 0.93 0.94 0.13
HSL 0.87º 0.89% 0.46% -
HSV(B) 0.87º 0.94% 0.87% -
XYZ 30.08 15.77 1.84 -
YUV 76.95 91.92 230.74 -
System Red Green Blue C M Y K H S L
Decimal 221 16 13 0 0.93 0.94 0.13 0.87 0.89 0.46
Hex DD 10 D 0 5D 5E D 1 59 2E
Octal 335 20 15 0 135 136 15 1 131 56
Binary 11011101 10000 1101 0 1011101 1011110 1101 1 1011001 101110

Color Harmonies of #DD100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD100D

Black with #DD100D

Text Example


Text Example

White with #DD100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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