Html Css Color HEX #DF130B Free Speech Red

📋 copy color: '#DF130B'

red 223 ◦ green 19 ◦ blue 11

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

Shades of Free Speech Red #DF130B

Tints of Free Speech Red #DF130B

RGB

 RED value IS 223 (87.5% from 255) = 88.14%

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

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

R = 88.14%
G = 7.51%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF130B (or 0xDF130B) is known color: Free Speech Red. HEX triplet: DF, 13 and 0B. RGB value is (223,19,11). Sum of RGB (Red+Green+Blue) = 223+19+11=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF130B is #20ECF4. Grayscale: #4F4F4F. Windows color (decimal): -2157813 or 725983. OLE color: 725983.

HSL color Cylindrical-coordinate representation of color #DF130B: hue angle of 2.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF130B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 19 11 -
CMYK 0 0.91 0.95 0.13
HSL 2.26º 0.91% 0.46% -
HSV(B) 2.26º 0.95% 0.87% -
XYZ 30.72 16.18 1.82 -
YUV 79.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 223 19 11 0 0.91 0.95 0.13 2.26 0.91 0.46
Hex DF 13 B 0 5B 5F D 2 5B 2E
Octal 337 23 13 0 133 137 15 2 133 56
Binary 11011111 10011 1011 0 1011011 1011111 1101 10 1011011 101110

Color Harmonies of #DF130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF130B

Black with #DF130B

Text Example


Text Example

White with #DF130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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