Html Css Color HEX #DD140D Free Speech Red

📋 copy color: '#DD140D'

red 221 ◦ green 20 ◦ blue 13

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

Shades of Free Speech Red #DD140D

Tints of Free Speech Red #DD140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 87.01%
G = 7.87%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD140D (or 0xDD140D) is known color: Free Speech Red. HEX triplet: DD, 14 and 0D. RGB value is (221,20,13). Sum of RGB (Red+Green+Blue) = 221+20+13=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD140D is #22EBF2. Grayscale: #4F4F4F. Windows color (decimal): -2288627 or 857309. OLE color: 857309.

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

Color convert

RGB 221 20 13 -
CMYK 0 0.91 0.94 0.13
HSL 2.02º 0.89% 0.46% -
HSV(B) 2.02º 0.94% 0.87% -
XYZ 30.14 15.9 1.86 -
YUV 79.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 221 20 13 0 0.91 0.94 0.13 2.02 0.89 0.46
Hex DD 14 D 0 5B 5E D 2 59 2E
Octal 335 24 15 0 133 136 15 2 131 56
Binary 11011101 10100 1101 0 1011011 1011110 1101 10 1011001 101110

Color Harmonies of #DD140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD140D

Black with #DD140D

Text Example


Text Example

White with #DD140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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