Html Css Color HEX #DF130F Free Speech Red

📋 copy color: '#DF130F'

red 223 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #DF130F

Tints of Free Speech Red #DF130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 86.77%
G = 7.39%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF130F (or 0xDF130F) is known color: Free Speech Red. HEX triplet: DF, 13 and 0F. RGB value is (223,19,15). Sum of RGB (Red+Green+Blue) = 223+19+15=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF130F is #20ECF0. Grayscale: #4F4F4F. Windows color (decimal): -2157809 or 988127. OLE color: 988127.

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

Color convert

RGB 223 19 15 -
CMYK 0 0.91 0.93 0.13
HSL 1.15º 0.87% 0.47% -
HSV(B) 1.15º 0.93% 0.87% -
XYZ 30.75 16.19 1.96 -
YUV 79.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 223 19 15 0 0.91 0.93 0.13 1.15 0.87 0.47
Hex DF 13 F 0 5B 5D D 1 57 2F
Octal 337 23 17 0 133 135 15 1 127 57
Binary 11011111 10011 1111 0 1011011 1011101 1101 1 1010111 101111

Color Harmonies of #DF130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF130F

Black with #DF130F

Text Example


Text Example

White with #DF130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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