Html Css Color HEX #D71409 Free Speech Red

📋 copy color: '#D71409'

red 215 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #D71409

Tints of Free Speech Red #D71409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.69%

R = 88.11%
G = 8.2%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D71409 (or 0xD71409) is known color: Free Speech Red. HEX triplet: D7, 14 and 09. RGB value is (215,20,9). Sum of RGB (Red+Green+Blue) = 215+20+9=244 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.11% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 215 - color contains mainly: red. Hex color #D71409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71409 is #28EBF6. Grayscale: #4D4D4D. Windows color (decimal): -2681847 or 595159. OLE color: 595159.

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

Color convert

RGB 215 20 9 -
CMYK 0 0.91 0.96 0.16
HSL 3.2º 0.92% 0.44% -
HSV(B) 3.2º 0.96% 0.84% -
XYZ 28.32 14.97 1.65 -
YUV 77.05 89.6 226.39 -
System Red Green Blue C M Y K H S L
Decimal 215 20 9 0 0.91 0.96 0.16 3.2 0.92 0.44
Hex D7 14 9 0 5B 60 10 3 5C 2C
Octal 327 24 11 0 133 140 20 3 134 54
Binary 11010111 10100 1001 0 1011011 1100000 10000 11 1011100 101100

Color Harmonies of #D71409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71409

Black with #D71409

Text Example


Text Example

White with #D71409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71409; }

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

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

background-color css

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

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

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

border-color css

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

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

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