Html Css Color HEX #D0180B Free Speech Red

📋 copy color: '#D0180B'

red 208 ◦ green 24 ◦ blue 11

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

Shades of Free Speech Red #D0180B

Tints of Free Speech Red #D0180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 85.6%
G = 9.88%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0180B (or 0xD0180B) is known color: Free Speech Red. HEX triplet: D0, 18 and 0B. RGB value is (208,24,11). Sum of RGB (Red+Green+Blue) = 208+24+11=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D0180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0180B is #2FE7F4. Grayscale: #4D4D4D. Windows color (decimal): -3139573 or 727248. OLE color: 727248.

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

Color convert

RGB 208 24 11 -
CMYK 0 0.88 0.95 0.18
HSL 3.96º 0.9% 0.43% -
HSV(B) 3.96º 0.95% 0.82% -
XYZ 26.4 14.09 1.64 -
YUV 77.53 90.46 221.06 -
System Red Green Blue C M Y K H S L
Decimal 208 24 11 0 0.88 0.95 0.18 3.96 0.9 0.43
Hex D0 18 B 0 58 5F 12 4 5A 2B
Octal 320 30 13 0 130 137 22 4 132 53
Binary 11010000 11000 1011 0 1011000 1011111 10010 100 1011010 101011

Color Harmonies of #D0180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0180B

Black with #D0180B

Text Example


Text Example

White with #D0180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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