Html Css Color HEX #D10D00 Free Speech Red

📋 copy color: '#D10D00'

red 209 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #D10D00

Tints of Free Speech Red #D10D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.14%
G = 5.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D10D00 (or 0xD10D00) is known color: Free Speech Red. HEX triplet: D1, 0D and 00. RGB value is (209,13,0). Sum of RGB (Red+Green+Blue) = 209+13+0=222 (29% of max value = 765). Red value is 209 (82.03% from 255 or 94.14% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D00 is #2EF2FF. Grayscale: #464646. Windows color (decimal): -3076864 or 3537. OLE color: 3537.

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

Color convert

RGB 209 13 0 -
CMYK 0 0.94 1 0.18
HSL 3.73º 1% 0.41% -
HSV(B) 3.73º 1% 0.82% -
XYZ 26.44 13.84 1.28 -
YUV 70.12 88.43 227.06 -
System Red Green Blue C M Y K H S L
Decimal 209 13 0 0 0.94 1 0.18 3.73 1 0.41
Hex D1 D 0 0 5E 64 12 4 64 29
Octal 321 15 0 0 136 144 22 4 144 51
Binary 11010001 1101 0 0 1011110 1100100 10010 100 1100100 101001

Color Harmonies of #D10D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D00

Black with #D10D00

Text Example


Text Example

White with #D10D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D00; }

 p { color: rgb(209,13,0); }

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

background-color css

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

 a { background-color: rgb(209,13,0); }

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

border-color css

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

 span { border-color: rgb(209,13,0); }

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