Html Css Color HEX #D10B0A Free Speech Red

📋 copy color: '#D10B0A'

red 209 ◦ green 11 ◦ blue 10

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

Shades of Free Speech Red #D10B0A

Tints of Free Speech Red #D10B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 90.87%
G = 4.78%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D10B0A (or 0xD10B0A) is known color: Free Speech Red. HEX triplet: D1, 0B and 0A. RGB value is (209,11,10). Sum of RGB (Red+Green+Blue) = 209+11+10=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10B0A is #2EF4F5. Grayscale: #464646. Windows color (decimal): -3077366 or 658385. OLE color: 658385.

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

Color convert

RGB 209 11 10 -
CMYK 0 0.95 0.95 0.18
HSL 0.3º 0.91% 0.43% -
HSV(B) 0.3º 0.95% 0.82% -
XYZ 26.47 13.82 1.56 -
YUV 70.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 209 11 10 0 0.95 0.95 0.18 0.3 0.91 0.43
Hex D1 B A 0 5F 5F 12 0 5B 2B
Octal 321 13 12 0 137 137 22 0 133 53
Binary 11010001 1011 1010 0 1011111 1011111 10010 0 1011011 101011

Color Harmonies of #D10B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B0A

Black with #D10B0A

Text Example


Text Example

White with #D10B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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