Html Css Color HEX #D71103 Free Speech Red

📋 copy color: '#D71103'

red 215 ◦ green 17 ◦ blue 3

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

Shades of Free Speech Red #D71103

Tints of Free Speech Red #D71103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 91.49%
G = 7.23%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D71103 (or 0xD71103) is known color: Free Speech Red. HEX triplet: D7, 11 and 03. RGB value is (215,17,3). Sum of RGB (Red+Green+Blue) = 215+17+3=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D71103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71103 is #28EEFC. Grayscale: #4A4A4A. Windows color (decimal): -2682621 or 201175. OLE color: 201175.

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

Color convert

RGB 215 17 3 -
CMYK 0 0.92 0.99 0.16
HSL 3.96º 0.97% 0.43% -
HSV(B) 3.96º 0.99% 0.84% -
XYZ 28.24 14.85 1.46 -
YUV 74.61 87.6 228.14 -
System Red Green Blue C M Y K H S L
Decimal 215 17 3 0 0.92 0.99 0.16 3.96 0.97 0.43
Hex D7 11 3 0 5C 63 10 4 61 2B
Octal 327 21 3 0 134 143 20 4 141 53
Binary 11010111 10001 11 0 1011100 1100011 10000 100 1100001 101011

Color Harmonies of #D71103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71103

Black with #D71103

Text Example


Text Example

White with #D71103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71103; }

 p { color: rgb(215,17,3); }

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

background-color css

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

 a { background-color: rgb(215,17,3); }

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

border-color css

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

 span { border-color: rgb(215,17,3); }

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