Html Css Color HEX #D71502 Free Speech Red

📋 copy color: '#D71502'

red 215 ◦ green 21 ◦ blue 2

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

Shades of Free Speech Red #D71502

Tints of Free Speech Red #D71502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 90.34%
G = 8.82%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D71502 (or 0xD71502) is known color: Free Speech Red. HEX triplet: D7, 15 and 02. RGB value is (215,21,2). Sum of RGB (Red+Green+Blue) = 215+21+2=238 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.34% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 215 - color contains mainly: red. Hex color #D71502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71502 is #28EAFD. Grayscale: #4D4D4D. Windows color (decimal): -2681598 or 136663. OLE color: 136663.

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

Color convert

RGB 215 21 2 -
CMYK 0 0.90 0.99 0.16
HSL 5.35º 0.98% 0.43% -
HSV(B) 5.35º 0.99% 0.84% -
XYZ 28.3 14.99 1.46 -
YUV 76.84 85.77 226.54 -
System Red Green Blue C M Y K H S L
Decimal 215 21 2 0 0.90 0.99 0.16 5.35 0.98 0.43
Hex D7 15 2 0 5A 63 10 5 62 2B
Octal 327 25 2 0 132 143 20 5 142 53
Binary 11010111 10101 10 0 1011010 1100011 10000 101 1100010 101011

Color Harmonies of #D71502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71502

Black with #D71502

Text Example


Text Example

White with #D71502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71502; }

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

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

background-color css

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

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

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

border-color css

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

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

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