Html Css Color HEX #D0140D Free Speech Red

📋 copy color: '#D0140D'

red 208 ◦ green 20 ◦ blue 13

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

Shades of Free Speech Red #D0140D

Tints of Free Speech Red #D0140D

RGB

 RED value IS 208 (81.64% from 255) = 86.31%

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

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

R = 86.31%
G = 8.3%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0140D (or 0xD0140D) is known color: Free Speech Red. HEX triplet: D0, 14 and 0D. RGB value is (208,20,13). Sum of RGB (Red+Green+Blue) = 208+20+13=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D0140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0140D is #2FEBF2. Grayscale: #4B4B4B. Windows color (decimal): -3140595 or 857296. OLE color: 857296.

HSL color Cylindrical-coordinate representation of color #D0140D: hue angle of 2.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0140D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 13 -
CMYK 0 0.90 0.94 0.18
HSL 2.15º 0.88% 0.43% -
HSV(B) 2.15º 0.94% 0.82% -
XYZ 26.34 13.94 1.68 -
YUV 75.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 208 20 13 0 0.90 0.94 0.18 2.15 0.88 0.43
Hex D0 14 D 0 5A 5E 12 2 58 2B
Octal 320 24 15 0 132 136 22 2 130 53
Binary 11010000 10100 1101 0 1011010 1011110 10010 10 1011000 101011

Color Harmonies of #D0140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0140D

Black with #D0140D

Text Example


Text Example

White with #D0140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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