Html Css Color HEX #DE130E Free Speech Red

📋 copy color: '#DE130E'

red 222 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #DE130E

Tints of Free Speech Red #DE130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.49%

R = 87.06%
G = 7.45%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE130E (or 0xDE130E) is known color: Free Speech Red. HEX triplet: DE, 13 and 0E. RGB value is (222,19,14). Sum of RGB (Red+Green+Blue) = 222+19+14=255 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.06% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 222 - color contains mainly: red. Hex color #DE130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE130E is #21ECF1. Grayscale: #4F4F4F. Windows color (decimal): -2223346 or 922590. OLE color: 922590.

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

Color convert

RGB 222 19 14 -
CMYK 0 0.91 0.94 0.13
HSL 1.44º 0.88% 0.46% -
HSV(B) 1.44º 0.94% 0.87% -
XYZ 30.44 16.03 1.9 -
YUV 79.13 91.25 229.91 -
System Red Green Blue C M Y K H S L
Decimal 222 19 14 0 0.91 0.94 0.13 1.44 0.88 0.46
Hex DE 13 E 0 5B 5E D 1 58 2E
Octal 336 23 16 0 133 136 15 1 130 56
Binary 11011110 10011 1110 0 1011011 1011110 1101 1 1011000 101110

Color Harmonies of #DE130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE130E

Black with #DE130E

Text Example


Text Example

White with #DE130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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