Html Css Color HEX #DD140E Free Speech Red

📋 copy color: '#DD140E'

red 221 ◦ green 20 ◦ blue 14

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

Shades of Free Speech Red #DD140E

Tints of Free Speech Red #DD140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.49%

R = 86.67%
G = 7.84%
B = 5.49%

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

#DD140E (or 0xDD140E) is known color: Free Speech Red. HEX triplet: DD, 14 and 0E. RGB value is (221,20,14). Sum of RGB (Red+Green+Blue) = 221+20+14=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD140E is #22EBF1. Grayscale: #4F4F4F. Windows color (decimal): -2288626 or 922845. OLE color: 922845.

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

Color convert

RGB 221 20 14 -
CMYK 0 0.91 0.94 0.13
HSL 1.74º 0.88% 0.46% -
HSV(B) 1.74º 0.94% 0.87% -
XYZ 30.15 15.9 1.9 -
YUV 79.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 221 20 14 0 0.91 0.94 0.13 1.74 0.88 0.46
Hex DD 14 E 0 5B 5E D 2 58 2E
Octal 335 24 16 0 133 136 15 2 130 56
Binary 11011101 10100 1110 0 1011011 1011110 1101 10 1011000 101110

Color Harmonies of #DD140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD140E

Black with #DD140E

Text Example


Text Example

White with #DD140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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