Html Css Color HEX #D71402 Free Speech Red

📋 copy color: '#D71402'

red 215 ◦ green 20 ◦ blue 2

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

Shades of Free Speech Red #D71402

Tints of Free Speech Red #D71402

RGB

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

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

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

R = 90.72%
G = 8.44%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D71402 (or 0xD71402) is known color: Free Speech Red. HEX triplet: D7, 14 and 02. RGB value is (215,20,2). Sum of RGB (Red+Green+Blue) = 215+20+2=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D71402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71402 is #28EBFD. Grayscale: #4C4C4C. Windows color (decimal): -2681854 or 136407. OLE color: 136407.

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

Color convert

RGB 215 20 2 -
CMYK 0 0.91 0.99 0.16
HSL 5.07º 0.98% 0.43% -
HSV(B) 5.07º 0.99% 0.84% -
XYZ 28.29 14.95 1.45 -
YUV 76.25 86.1 226.96 -
System Red Green Blue C M Y K H S L
Decimal 215 20 2 0 0.91 0.99 0.16 5.07 0.98 0.43
Hex D7 14 2 0 5B 63 10 5 62 2B
Octal 327 24 2 0 133 143 20 5 142 53
Binary 11010111 10100 10 0 1011011 1100011 10000 101 1100010 101011

Color Harmonies of #D71402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71402

Black with #D71402

Text Example


Text Example

White with #D71402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71402; }

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

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

background-color css

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

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

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

border-color css

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

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

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