Html Css Color HEX #D0150B Free Speech Red

📋 copy color: '#D0150B'

red 208 ◦ green 21 ◦ blue 11

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

Shades of Free Speech Red #D0150B

Tints of Free Speech Red #D0150B

RGB

 RED value IS 208 (81.64% from 255) = 86.67%

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

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

R = 86.67%
G = 8.75%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0150B (or 0xD0150B) is known color: Free Speech Red. HEX triplet: D0, 15 and 0B. RGB value is (208,21,11). Sum of RGB (Red+Green+Blue) = 208+21+11=240 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 208 - color contains mainly: red. Hex color #D0150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0150B is #2FEAF4. Grayscale: #4B4B4B. Windows color (decimal): -3140341 or 726480. OLE color: 726480.

HSL color Cylindrical-coordinate representation of color #D0150B: hue angle of 3.05º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0150B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 11 -
CMYK 0 0.90 0.95 0.18
HSL 3.05º 0.9% 0.43% -
HSV(B) 3.05º 0.95% 0.82% -
XYZ 26.34 13.97 1.62 -
YUV 75.77 91.45 222.31 -
System Red Green Blue C M Y K H S L
Decimal 208 21 11 0 0.90 0.95 0.18 3.05 0.9 0.43
Hex D0 15 B 0 5A 5F 12 3 5A 2B
Octal 320 25 13 0 132 137 22 3 132 53
Binary 11010000 10101 1011 0 1011010 1011111 10010 11 1011010 101011

Color Harmonies of #D0150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0150B

Black with #D0150B

Text Example


Text Example

White with #D0150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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