Html Css Color HEX #D71002 Free Speech Red

📋 copy color: '#D71002'

red 215 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #D71002

Tints of Free Speech Red #D71002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

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

R = 92.27%
G = 6.87%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D71002 (or 0xD71002) is known color: Free Speech Red. HEX triplet: D7, 10 and 02. RGB value is (215,16,2). Sum of RGB (Red+Green+Blue) = 215+16+2=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D71002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71002 is #28EFFD. Grayscale: #4A4A4A. Windows color (decimal): -2682878 or 135383. OLE color: 135383.

HSL color Cylindrical-coordinate representation of color #D71002: hue angle of 3.94º 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 #D71002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 2 -
CMYK 0 0.93 0.99 0.16
HSL 3.94º 0.98% 0.43% -
HSV(B) 3.94º 0.99% 0.84% -
XYZ 28.22 14.82 1.43 -
YUV 73.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 215 16 2 0 0.93 0.99 0.16 3.94 0.98 0.43
Hex D7 10 2 0 5D 63 10 4 62 2B
Octal 327 20 2 0 135 143 20 4 142 53
Binary 11010111 10000 10 0 1011101 1100011 10000 100 1100010 101011

Color Harmonies of #D71002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71002

Black with #D71002

Text Example


Text Example

White with #D71002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71002; }

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

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

background-color css

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

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

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

border-color css

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

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

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