Html Css Color HEX #D9150B Free Speech Red

📋 copy color: '#D9150B'

red 217 ◦ green 21 ◦ blue 11

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

Shades of Free Speech Red #D9150B

Tints of Free Speech Red #D9150B

RGB

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

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

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

R = 87.15%
G = 8.43%
B = 4.42%

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

#D9150B (or 0xD9150B) is known color: Free Speech Red. HEX triplet: D9, 15 and 0B. RGB value is (217,21,11). Sum of RGB (Red+Green+Blue) = 217+21+11=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D9150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9150B is #26EAF4. Grayscale: #4E4E4E. Windows color (decimal): -2550517 or 726489. OLE color: 726489.

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

Color convert

RGB 217 21 11 -
CMYK 0 0.90 0.95 0.15
HSL 2.91º 0.9% 0.45% -
HSV(B) 2.91º 0.95% 0.85% -
XYZ 28.94 15.31 1.75 -
YUV 78.46 89.93 226.81 -
System Red Green Blue C M Y K H S L
Decimal 217 21 11 0 0.90 0.95 0.15 2.91 0.9 0.45
Hex D9 15 B 0 5A 5F F 3 5A 2D
Octal 331 25 13 0 132 137 17 3 132 55
Binary 11011001 10101 1011 0 1011010 1011111 1111 11 1011010 101101

Color Harmonies of #D9150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9150B

Black with #D9150B

Text Example


Text Example

White with #D9150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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