Html Css Color HEX #D9120A Free Speech Red

📋 copy color: '#D9120A'

red 217 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #D9120A

Tints of Free Speech Red #D9120A

RGB

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

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

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

R = 88.57%
G = 7.35%
B = 4.08%

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

#D9120A (or 0xD9120A) is known color: Free Speech Red. HEX triplet: D9, 12 and 0A. RGB value is (217,18,10). Sum of RGB (Red+Green+Blue) = 217+18+10=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D9120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9120A is #26EDF5. Grayscale: #4C4C4C. Windows color (decimal): -2551286 or 660185. OLE color: 660185.

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

Color convert

RGB 217 18 10 -
CMYK 0 0.92 0.95 0.15
HSL 2.32º 0.91% 0.45% -
HSV(B) 2.32º 0.95% 0.85% -
XYZ 28.89 15.21 1.7 -
YUV 76.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 217 18 10 0 0.92 0.95 0.15 2.32 0.91 0.45
Hex D9 12 A 0 5C 5F F 2 5B 2D
Octal 331 22 12 0 134 137 17 2 133 55
Binary 11011001 10010 1010 0 1011100 1011111 1111 10 1011011 101101

Color Harmonies of #D9120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9120A

Black with #D9120A

Text Example


Text Example

White with #D9120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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