Html Css Color HEX #D71505 Free Speech Red

📋 copy color: '#D71505'

red 215 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #D71505

Tints of Free Speech Red #D71505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 89.21%
G = 8.71%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D71505 (or 0xD71505) is known color: Free Speech Red. HEX triplet: D7, 15 and 05. RGB value is (215,21,5). Sum of RGB (Red+Green+Blue) = 215+21+5=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D71505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71505 is #28EAFA. Grayscale: #4D4D4D. Windows color (decimal): -2681595 or 333271. OLE color: 333271.

HSL color Cylindrical-coordinate representation of color #D71505: hue angle of 4.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D71505 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 5 -
CMYK 0 0.90 0.98 0.16
HSL 4.57º 0.95% 0.43% -
HSV(B) 4.57º 0.98% 0.84% -
XYZ 28.32 14.99 1.55 -
YUV 77.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 215 21 5 0 0.90 0.98 0.16 4.57 0.95 0.43
Hex D7 15 5 0 5A 62 10 5 5F 2B
Octal 327 25 5 0 132 142 20 5 137 53
Binary 11010111 10101 101 0 1011010 1100010 10000 101 1011111 101011

Color Harmonies of #D71505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71505

Black with #D71505

Text Example


Text Example

White with #D71505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71505; }

 p { color: rgb(215,21,5); }

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

background-color css

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

 a { background-color: rgb(215,21,5); }

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

border-color css

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

 span { border-color: rgb(215,21,5); }

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