Html Css Color HEX #D9120B Free Speech Red

📋 copy color: '#D9120B'

red 217 ◦ green 18 ◦ blue 11

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

Shades of Free Speech Red #D9120B

Tints of Free Speech Red #D9120B

RGB

 RED value IS 217 (85.16% from 255) = 88.21%

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

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 88.21%
G = 7.32%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9120B (or 0xD9120B) is known color: Free Speech Red. HEX triplet: D9, 12 and 0B. RGB value is (217,18,11). Sum of RGB (Red+Green+Blue) = 217+18+11=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D9120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9120B is #26EDF4. Grayscale: #4C4C4C. Windows color (decimal): -2551285 or 725721. OLE color: 725721.

HSL color Cylindrical-coordinate representation of color #D9120B: hue angle of 2.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9120B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 11 -
CMYK 0 0.92 0.95 0.15
HSL 2.04º 0.9% 0.45% -
HSV(B) 2.04º 0.95% 0.85% -
XYZ 28.89 15.21 1.73 -
YUV 76.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 217 18 11 0 0.92 0.95 0.15 2.04 0.9 0.45
Hex D9 12 B 0 5C 5F F 2 5A 2D
Octal 331 22 13 0 134 137 17 2 132 55
Binary 11011001 10010 1011 0 1011100 1011111 1111 10 1011010 101101

Color Harmonies of #D9120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9120B

Black with #D9120B

Text Example


Text Example

White with #D9120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9120B; }

 p { color: rgb(217,18,11); }

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

background-color css

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

 a { background-color: rgb(217,18,11); }

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

border-color css

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

 span { border-color: rgb(217,18,11); }

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