Html Css Color HEX #DF130C Free Speech Red

📋 copy color: '#DF130C'

red 223 ◦ green 19 ◦ blue 12

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

Shades of Free Speech Red #DF130C

Tints of Free Speech Red #DF130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 87.8%
G = 7.48%
B = 4.72%

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

#DF130C (or 0xDF130C) is known color: Free Speech Red. HEX triplet: DF, 13 and 0C. RGB value is (223,19,12). Sum of RGB (Red+Green+Blue) = 223+19+12=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF130C is #20ECF3. Grayscale: #4F4F4F. Windows color (decimal): -2157812 or 791519. OLE color: 791519.

HSL color Cylindrical-coordinate representation of color #DF130C: hue angle of 1.99º degrees, saturation: 0.9, 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 #DF130C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 19 12 -
CMYK 0 0.91 0.95 0.13
HSL 1.99º 0.9% 0.46% -
HSV(B) 1.99º 0.95% 0.87% -
XYZ 30.73 16.18 1.85 -
YUV 79.2 90.09 230.57 -
System Red Green Blue C M Y K H S L
Decimal 223 19 12 0 0.91 0.95 0.13 1.99 0.9 0.46
Hex DF 13 C 0 5B 5F D 2 5A 2E
Octal 337 23 14 0 133 137 15 2 132 56
Binary 11011111 10011 1100 0 1011011 1011111 1101 10 1011010 101110

Color Harmonies of #DF130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF130C

Black with #DF130C

Text Example


Text Example

White with #DF130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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