Html Css Color HEX #DF130E Free Speech Red

📋 copy color: '#DF130E'

red 223 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #DF130E

Tints of Free Speech Red #DF130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 87.11%
G = 7.42%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF130E (or 0xDF130E) is known color: Free Speech Red. HEX triplet: DF, 13 and 0E. RGB value is (223,19,14). Sum of RGB (Red+Green+Blue) = 223+19+14=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF130E is #20ECF1. Grayscale: #4F4F4F. Windows color (decimal): -2157810 or 922591. OLE color: 922591.

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

Color convert

RGB 223 19 14 -
CMYK 0 0.91 0.94 0.13
HSL 1.44º 0.88% 0.46% -
HSV(B) 1.44º 0.94% 0.87% -
XYZ 30.74 16.19 1.92 -
YUV 79.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 223 19 14 0 0.91 0.94 0.13 1.44 0.88 0.46
Hex DF 13 E 0 5B 5E D 1 58 2E
Octal 337 23 16 0 133 136 15 1 130 56
Binary 11011111 10011 1110 0 1011011 1011110 1101 1 1011000 101110

Color Harmonies of #DF130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF130E

Black with #DF130E

Text Example


Text Example

White with #DF130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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