Html Css Color HEX #D10C00 Free Speech Red

📋 copy color: '#D10C00'

red 209 ◦ green 12 ◦ blue 0

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

Shades of Free Speech Red #D10C00

Tints of Free Speech Red #D10C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.43%

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

R = 94.57%
G = 5.43%
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

#D10C00 (or 0xD10C00) is known color: Free Speech Red. HEX triplet: D1, 0C and 00. RGB value is (209,12,0). Sum of RGB (Red+Green+Blue) = 209+12+0=221 (29% of max value = 765). Red value is 209 (82.03% from 255 or 94.57% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10C00 is #2EF3FF. Grayscale: #454545. Windows color (decimal): -3077120 or 3281. OLE color: 3281.

HSL color Cylindrical-coordinate representation of color #D10C00: hue angle of 3.44º 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 #D10C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 0 -
CMYK 0 0.94 1 0.18
HSL 3.44º 1% 0.41% -
HSV(B) 3.44º 1% 0.82% -
XYZ 26.43 13.82 1.27 -
YUV 69.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 209 12 0 0 0.94 1 0.18 3.44 1 0.41
Hex D1 C 0 0 5E 64 12 3 64 29
Octal 321 14 0 0 136 144 22 3 144 51
Binary 11010001 1100 0 0 1011110 1100100 10010 11 1100100 101001

Color Harmonies of #D10C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C00

Black with #D10C00

Text Example


Text Example

White with #D10C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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