Html Css Color HEX #D10F07 Free Speech Red

📋 copy color: '#D10F07'

red 209 ◦ green 15 ◦ blue 7

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

Shades of Free Speech Red #D10F07

Tints of Free Speech Red #D10F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 90.48%
G = 6.49%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D10F07 (or 0xD10F07) is known color: Free Speech Red. HEX triplet: D1, 0F and 07. RGB value is (209,15,7). Sum of RGB (Red+Green+Blue) = 209+15+7=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10F07 is #2EF0F8. Grayscale: #484848. Windows color (decimal): -3076345 or 462801. OLE color: 462801.

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

Color convert

RGB 209 15 7 -
CMYK 0 0.93 0.97 0.18
HSL 2.38º 0.94% 0.42% -
HSV(B) 2.38º 0.97% 0.82% -
XYZ 26.5 13.91 1.49 -
YUV 72.09 91.27 225.65 -
System Red Green Blue C M Y K H S L
Decimal 209 15 7 0 0.93 0.97 0.18 2.38 0.94 0.42
Hex D1 F 7 0 5D 61 12 2 5E 2A
Octal 321 17 7 0 135 141 22 2 136 52
Binary 11010001 1111 111 0 1011101 1100001 10010 10 1011110 101010

Color Harmonies of #D10F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F07

Black with #D10F07

Text Example


Text Example

White with #D10F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F07; }

 p { color: rgb(209,15,7); }

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

background-color css

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

 a { background-color: rgb(209,15,7); }

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

border-color css

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

 span { border-color: rgb(209,15,7); }

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