Html Css Color HEX #D10301 Free Speech Red

📋 copy color: '#D10301'

red 209 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #D10301

Tints of Free Speech Red #D10301

RGB

 RED value IS 209 (82.03% from 255) = 98.12%

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 98.12%
G = 1.41%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D10301 (or 0xD10301) is known color: Free Speech Red. HEX triplet: D1, 03 and 01. RGB value is (209,3,1). Sum of RGB (Red+Green+Blue) = 209+3+1=213 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.12% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 209 - color contains mainly: red. Hex color #D10301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10301 is #2EFCFE. Grayscale: #404040. Windows color (decimal): -3079423 or 66513. OLE color: 66513.

HSL color Cylindrical-coordinate representation of color #D10301: hue angle of 0.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 1 -
CMYK 0 0.99 1.00 0.18
HSL 0.58º 0.99% 0.41% -
HSV(B) 0.58º 1% 0.82% -
XYZ 26.33 13.62 1.27 -
YUV 64.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 209 3 1 0 0.99 1.00 0.18 0.58 0.99 0.41
Hex D1 3 1 0 63 64 12 1 63 29
Octal 321 3 1 0 143 144 22 1 143 51
Binary 11010001 11 1 0 1100011 1100100 10010 1 1100011 101001

Color Harmonies of #D10301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10301

Black with #D10301

Text Example


Text Example

White with #D10301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10301; }

 p { color: rgb(209,3,1); }

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

background-color css

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

 a { background-color: rgb(209,3,1); }

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

border-color css

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

 span { border-color: rgb(209,3,1); }

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