Html Css Color HEX #DE1313 Free Speech Red

📋 copy color: '#DE1313'

red 222 ◦ green 19 ◦ blue 19

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

Shades of Free Speech Red #DE1313

Tints of Free Speech Red #DE1313

RGB

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

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

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

R = 85.38%
G = 7.31%
B = 7.31%

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

#DE1313 (or 0xDE1313) is known color: Free Speech Red. HEX triplet: DE, 13 and 13. RGB value is (222,19,19). Sum of RGB (Red+Green+Blue) = 222+19+19=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1313 is #21ECEC. Grayscale: #4F4F4F. Windows color (decimal): -2223341 or 1250270. OLE color: 1250270.

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

Color convert

RGB 222 19 19 -
CMYK 0 0.91 0.91 0.13
HSL 0.84% 0.47% -
HSV(B) 0.91% 0.87% -
XYZ 30.47 16.04 2.11 -
YUV 79.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 222 19 19 0 0.91 0.91 0.13 0 0.84 0.47
Hex DE 13 13 0 5B 5B D 0 54 2F
Octal 336 23 23 0 133 133 15 0 124 57
Binary 11011110 10011 10011 0 1011011 1011011 1101 0 1010100 101111

Color Harmonies of #DE1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1313

Black with #DE1313

Text Example


Text Example

White with #DE1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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