Html Css Color HEX #D71303 Free Speech Red

📋 copy color: '#D71303'

red 215 ◦ green 19 ◦ blue 3

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

Shades of Free Speech Red #D71303

Tints of Free Speech Red #D71303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 90.72%
G = 8.02%
B = 1.27%

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

#D71303 (or 0xD71303) is known color: Free Speech Red. HEX triplet: D7, 13 and 03. RGB value is (215,19,3). Sum of RGB (Red+Green+Blue) = 215+19+3=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D71303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71303 is #28ECFC. Grayscale: #4C4C4C. Windows color (decimal): -2682109 or 201687. OLE color: 201687.

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

Color convert

RGB 215 19 3 -
CMYK 0 0.91 0.99 0.16
HSL 4.53º 0.97% 0.43% -
HSV(B) 4.53º 0.99% 0.84% -
XYZ 28.27 14.92 1.48 -
YUV 75.78 86.93 227.3 -
System Red Green Blue C M Y K H S L
Decimal 215 19 3 0 0.91 0.99 0.16 4.53 0.97 0.43
Hex D7 13 3 0 5B 63 10 5 61 2B
Octal 327 23 3 0 133 143 20 5 141 53
Binary 11010111 10011 11 0 1011011 1100011 10000 101 1100001 101011

Color Harmonies of #D71303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71303

Black with #D71303

Text Example


Text Example

White with #D71303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71303; }

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

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

background-color css

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

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

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

border-color css

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

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

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