Html Css Color HEX #DE1312 Free Speech Red

📋 copy color: '#DE1312'

red 222 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #DE1312

Tints of Free Speech Red #DE1312

RGB

 RED value IS 222 (87.11% from 255) = 85.71%

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 85.71%
G = 7.34%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE1312 (or 0xDE1312) is known color: Free Speech Red. HEX triplet: DE, 13 and 12. RGB value is (222,19,18). Sum of RGB (Red+Green+Blue) = 222+19+18=259 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.71% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1312 is #21ECED. Grayscale: #4F4F4F. Windows color (decimal): -2223342 or 1184734. OLE color: 1184734.

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

Color convert

RGB 222 19 18 -
CMYK 0 0.91 0.92 0.13
HSL 0.29º 0.85% 0.47% -
HSV(B) 0.29º 0.92% 0.87% -
XYZ 30.47 16.04 2.06 -
YUV 79.58 93.25 229.58 -
System Red Green Blue C M Y K H S L
Decimal 222 19 18 0 0.91 0.92 0.13 0.29 0.85 0.47
Hex DE 13 12 0 5B 5C D 0 55 2F
Octal 336 23 22 0 133 134 15 0 125 57
Binary 11011110 10011 10010 0 1011011 1011100 1101 0 1010101 101111

Color Harmonies of #DE1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1312

Black with #DE1312

Text Example


Text Example

White with #DE1312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1312; }

 p { color: rgb(222,19,18); }

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

background-color css

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

 a { background-color: rgb(222,19,18); }

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

border-color css

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

 span { border-color: rgb(222,19,18); }

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