Html Css Color HEX #D0130B Free Speech Red

📋 copy color: '#D0130B'

red 208 ◦ green 19 ◦ blue 11

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

Shades of Free Speech Red #D0130B

Tints of Free Speech Red #D0130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 87.39%
G = 7.98%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0130B (or 0xD0130B) is known color: Free Speech Red. HEX triplet: D0, 13 and 0B. RGB value is (208,19,11). Sum of RGB (Red+Green+Blue) = 208+19+11=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D0130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0130B is #2FECF4. Grayscale: #4A4A4A. Windows color (decimal): -3140853 or 725968. OLE color: 725968.

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

Color convert

RGB 208 19 11 -
CMYK 0 0.91 0.95 0.18
HSL 2.44º 0.9% 0.43% -
HSV(B) 2.44º 0.95% 0.82% -
XYZ 26.31 13.9 1.61 -
YUV 74.6 92.12 223.15 -
System Red Green Blue C M Y K H S L
Decimal 208 19 11 0 0.91 0.95 0.18 2.44 0.9 0.43
Hex D0 13 B 0 5B 5F 12 2 5A 2B
Octal 320 23 13 0 133 137 22 2 132 53
Binary 11010000 10011 1011 0 1011011 1011111 10010 10 1011010 101011

Color Harmonies of #D0130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0130B

Black with #D0130B

Text Example


Text Example

White with #D0130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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