Html Css Color HEX #D1120A Free Speech Red

📋 copy color: '#D1120A'

red 209 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #D1120A

Tints of Free Speech Red #D1120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 88.19%
G = 7.59%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1120A (or 0xD1120A) is known color: Free Speech Red. HEX triplet: D1, 12 and 0A. RGB value is (209,18,10). Sum of RGB (Red+Green+Blue) = 209+18+10=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D1120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1120A is #2EEDF5. Grayscale: #4A4A4A. Windows color (decimal): -3075574 or 660177. OLE color: 660177.

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

Color convert

RGB 209 18 10 -
CMYK 0 0.91 0.95 0.18
HSL 2.41º 0.91% 0.43% -
HSV(B) 2.41º 0.95% 0.82% -
XYZ 26.57 14.01 1.59 -
YUV 74.2 91.78 224.15 -
System Red Green Blue C M Y K H S L
Decimal 209 18 10 0 0.91 0.95 0.18 2.41 0.91 0.43
Hex D1 12 A 0 5B 5F 12 2 5B 2B
Octal 321 22 12 0 133 137 22 2 133 53
Binary 11010001 10010 1010 0 1011011 1011111 10010 10 1011011 101011

Color Harmonies of #D1120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1120A

Black with #D1120A

Text Example


Text Example

White with #D1120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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