Html Css Color HEX #D5110B Free Speech Red

📋 copy color: '#D5110B'

red 213 ◦ green 17 ◦ blue 11

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

Shades of Free Speech Red #D5110B

Tints of Free Speech Red #D5110B

RGB

 RED value IS 213 (83.59% from 255) = 88.38%

 GREEN value IS 17 (7.03% from 255) = 7.05%

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

R = 88.38%
G = 7.05%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5110B (or 0xD5110B) is known color: Free Speech Red. HEX triplet: D5, 11 and 0B. RGB value is (213,17,11). Sum of RGB (Red+Green+Blue) = 213+17+11=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D5110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5110B is #2AEEF4. Grayscale: #4B4B4B. Windows color (decimal): -2813685 or 725461. OLE color: 725461.

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

Color convert

RGB 213 17 11 -
CMYK 0 0.92 0.95 0.16
HSL 1.78º 0.9% 0.44% -
HSV(B) 1.78º 0.95% 0.84% -
XYZ 27.7 14.57 1.67 -
YUV 74.92 91.93 226.49 -
System Red Green Blue C M Y K H S L
Decimal 213 17 11 0 0.92 0.95 0.16 1.78 0.9 0.44
Hex D5 11 B 0 5C 5F 10 2 5A 2C
Octal 325 21 13 0 134 137 20 2 132 54
Binary 11010101 10001 1011 0 1011100 1011111 10000 10 1011010 101100

Color Harmonies of #D5110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5110B

Black with #D5110B

Text Example


Text Example

White with #D5110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5110B; }

 p { color: rgb(213,17,11); }

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

background-color css

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

 a { background-color: rgb(213,17,11); }

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

border-color css

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

 span { border-color: rgb(213,17,11); }

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