Html Css Color HEX #DF100D Free Speech Red

📋 copy color: '#DF100D'

red 223 ◦ green 16 ◦ blue 13

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

Shades of Free Speech Red #DF100D

Tints of Free Speech Red #DF100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 88.49%
G = 6.35%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF100D (or 0xDF100D) is known color: Free Speech Red. HEX triplet: DF, 10 and 0D. RGB value is (223,16,13). Sum of RGB (Red+Green+Blue) = 223+16+13=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF100D is #20EFF2. Grayscale: #4D4D4D. Windows color (decimal): -2158579 or 856287. OLE color: 856287.

HSL color Cylindrical-coordinate representation of color #DF100D: hue angle of 0.86º degrees, saturation: 0.89, 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 #DF100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 13 -
CMYK 0 0.93 0.94 0.13
HSL 0.86º 0.89% 0.46% -
HSV(B) 0.86º 0.94% 0.87% -
XYZ 30.69 16.09 1.87 -
YUV 77.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 223 16 13 0 0.93 0.94 0.13 0.86 0.89 0.46
Hex DF 10 D 0 5D 5E D 1 59 2E
Octal 337 20 15 0 135 136 15 1 131 56
Binary 11011111 10000 1101 0 1011101 1011110 1101 1 1011001 101110

Color Harmonies of #DF100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF100D

Black with #DF100D

Text Example


Text Example

White with #DF100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF100D; }

 p { color: rgb(223,16,13); }

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

background-color css

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

 a { background-color: rgb(223,16,13); }

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

border-color css

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

 span { border-color: rgb(223,16,13); }

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