Html Css Color HEX #D0140F Free Speech Red

📋 copy color: '#D0140F'

red 208 ◦ green 20 ◦ blue 15

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

Shades of Free Speech Red #D0140F

Tints of Free Speech Red #D0140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 85.6%
G = 8.23%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0140F (or 0xD0140F) is known color: Free Speech Red. HEX triplet: D0, 14 and 0F. RGB value is (208,20,15). Sum of RGB (Red+Green+Blue) = 208+20+15=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D0140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0140F is #2FEBF0. Grayscale: #4B4B4B. Windows color (decimal): -3140593 or 988368. OLE color: 988368.

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

Color convert

RGB 208 20 15 -
CMYK 0 0.90 0.93 0.18
HSL 1.55º 0.87% 0.44% -
HSV(B) 1.55º 0.93% 0.82% -
XYZ 26.35 13.94 1.75 -
YUV 75.64 93.78 222.41 -
System Red Green Blue C M Y K H S L
Decimal 208 20 15 0 0.90 0.93 0.18 1.55 0.87 0.44
Hex D0 14 F 0 5A 5D 12 2 57 2C
Octal 320 24 17 0 132 135 22 2 127 54
Binary 11010000 10100 1111 0 1011010 1011101 10010 10 1010111 101100

Color Harmonies of #D0140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0140F

Black with #D0140F

Text Example


Text Example

White with #D0140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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