Html Css Color HEX #D7140F Free Speech Red

📋 copy color: '#D7140F'

red 215 ◦ green 20 ◦ blue 15

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

Shades of Free Speech Red #D7140F

Tints of Free Speech Red #D7140F

RGB

 RED value IS 215 (84.38% from 255) = 86%

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

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

R = 86%
G = 8%
B = 6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7140F (or 0xD7140F) is known color: Free Speech Red. HEX triplet: D7, 14 and 0F. RGB value is (215,20,15). Sum of RGB (Red+Green+Blue) = 215+20+15=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D7140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7140F is #28EBF0. Grayscale: #4D4D4D. Windows color (decimal): -2681841 or 988375. OLE color: 988375.

HSL color Cylindrical-coordinate representation of color #D7140F: hue angle of 1.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7140F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 20 15 -
CMYK 0 0.91 0.93 0.16
HSL 1.5º 0.87% 0.45% -
HSV(B) 1.5º 0.93% 0.84% -
XYZ 28.36 14.98 1.85 -
YUV 77.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 215 20 15 0 0.91 0.93 0.16 1.5 0.87 0.45
Hex D7 14 F 0 5B 5D 10 2 57 2D
Octal 327 24 17 0 133 135 20 2 127 55
Binary 11010111 10100 1111 0 1011011 1011101 10000 10 1010111 101101

Color Harmonies of #D7140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7140F

Black with #D7140F

Text Example


Text Example

White with #D7140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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