Html Css Color HEX #D9150A Free Speech Red

📋 copy color: '#D9150A'

red 217 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #D9150A

Tints of Free Speech Red #D9150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 87.5%
G = 8.47%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9150A (or 0xD9150A) is known color: Free Speech Red. HEX triplet: D9, 15 and 0A. RGB value is (217,21,10). Sum of RGB (Red+Green+Blue) = 217+21+10=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D9150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9150A is #26EAF5. Grayscale: #4E4E4E. Windows color (decimal): -2550518 or 660953. OLE color: 660953.

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

Color convert

RGB 217 21 10 -
CMYK 0 0.90 0.95 0.15
HSL 3.19º 0.91% 0.45% -
HSV(B) 3.19º 0.95% 0.85% -
XYZ 28.94 15.31 1.72 -
YUV 78.35 89.43 226.89 -
System Red Green Blue C M Y K H S L
Decimal 217 21 10 0 0.90 0.95 0.15 3.19 0.91 0.45
Hex D9 15 A 0 5A 5F F 3 5B 2D
Octal 331 25 12 0 132 137 17 3 133 55
Binary 11011001 10101 1010 0 1011010 1011111 1111 11 1011011 101101

Color Harmonies of #D9150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9150A

Black with #D9150A

Text Example


Text Example

White with #D9150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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