Html Css Color HEX #DF1413 Free Speech Red

📋 copy color: '#DF1413'

red 223 ◦ green 20 ◦ blue 19

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

Shades of Free Speech Red #DF1413

Tints of Free Speech Red #DF1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 85.11%
G = 7.63%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF1413 (or 0xDF1413) is known color: Free Speech Red. HEX triplet: DF, 14 and 13. RGB value is (223,20,19). Sum of RGB (Red+Green+Blue) = 223+20+19=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1413 is #20EBEC. Grayscale: #505050. Windows color (decimal): -2157549 or 1250527. OLE color: 1250527.

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

Color convert

RGB 223 20 19 -
CMYK 0 0.91 0.91 0.13
HSL 0.29º 0.84% 0.47% -
HSV(B) 0.29º 0.91% 0.87% -
XYZ 30.8 16.24 2.13 -
YUV 80.58 93.25 229.58 -
System Red Green Blue C M Y K H S L
Decimal 223 20 19 0 0.91 0.91 0.13 0.29 0.84 0.47
Hex DF 14 13 0 5B 5B D 0 54 2F
Octal 337 24 23 0 133 133 15 0 124 57
Binary 11011111 10100 10011 0 1011011 1011011 1101 0 1010100 101111

Color Harmonies of #DF1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1413

Black with #DF1413

Text Example


Text Example

White with #DF1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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