Html Css Color HEX #D10A04 Free Speech Red

📋 copy color: '#D10A04'

red 209 ◦ green 10 ◦ blue 4

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

Shades of Free Speech Red #D10A04

Tints of Free Speech Red #D10A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.48%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 93.72%
G = 4.48%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D10A04 (or 0xD10A04) is known color: Free Speech Red. HEX triplet: D1, 0A and 04. RGB value is (209,10,4). Sum of RGB (Red+Green+Blue) = 209+10+4=223 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.72% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10A04 is #2EF5FB. Grayscale: #454545. Windows color (decimal): -3077628 or 264913. OLE color: 264913.

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

Color convert

RGB 209 10 4 -
CMYK 0 0.95 0.98 0.18
HSL 1.76º 0.96% 0.42% -
HSV(B) 1.76º 0.98% 0.82% -
XYZ 26.42 13.78 1.38 -
YUV 68.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 209 10 4 0 0.95 0.98 0.18 1.76 0.96 0.42
Hex D1 A 4 0 5F 62 12 2 60 2A
Octal 321 12 4 0 137 142 22 2 140 52
Binary 11010001 1010 100 0 1011111 1100010 10010 10 1100000 101010

Color Harmonies of #D10A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10A04

Black with #D10A04

Text Example


Text Example

White with #D10A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10A04; }

 p { color: rgb(209,10,4); }

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

background-color css

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

 a { background-color: rgb(209,10,4); }

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

border-color css

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

 span { border-color: rgb(209,10,4); }

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