Html Css Color HEX #D71200 Free Speech Red

📋 copy color: '#D71200'

red 215 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #D71200

Tints of Free Speech Red #D71200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.27%
G = 7.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D71200 (or 0xD71200) is known color: Free Speech Red. HEX triplet: D7, 12 and 00. RGB value is (215,18,0). Sum of RGB (Red+Green+Blue) = 215+18+0=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D71200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71200 is #28EDFF. Grayscale: #4B4B4B. Windows color (decimal): -2682368 or 4823. OLE color: 4823.

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

Color convert

RGB 215 18 0 -
CMYK 0 0.92 1 0.16
HSL 5.02º 1% 0.42% -
HSV(B) 5.02º 1% 0.84% -
XYZ 28.24 14.88 1.38 -
YUV 74.85 85.77 227.96 -
System Red Green Blue C M Y K H S L
Decimal 215 18 0 0 0.92 1 0.16 5.02 1 0.42
Hex D7 12 0 0 5C 64 10 5 64 2A
Octal 327 22 0 0 134 144 20 5 144 52
Binary 11010111 10010 0 0 1011100 1100100 10000 101 1100100 101010

Color Harmonies of #D71200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71200

Black with #D71200

Text Example


Text Example

White with #D71200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71200; }

 p { color: rgb(215,18,0); }

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

background-color css

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

 a { background-color: rgb(215,18,0); }

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

border-color css

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

 span { border-color: rgb(215,18,0); }

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