Html Css Color HEX #DE150C Free Speech Red

📋 copy color: '#DE150C'

red 222 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #DE150C

Tints of Free Speech Red #DE150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 87.06%
G = 8.24%
B = 4.71%

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

#DE150C (or 0xDE150C) is known color: Free Speech Red. HEX triplet: DE, 15 and 0C. RGB value is (222,21,12). Sum of RGB (Red+Green+Blue) = 222+21+12=255 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.06% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 222 - color contains mainly: red. Hex color #DE150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE150C is #21EAF3. Grayscale: #505050. Windows color (decimal): -2222836 or 792030. OLE color: 792030.

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

Color convert

RGB 222 21 12 -
CMYK 0 0.91 0.95 0.13
HSL 2.57º 0.9% 0.46% -
HSV(B) 2.57º 0.95% 0.87% -
XYZ 30.46 16.09 1.85 -
YUV 80.07 89.59 229.23 -
System Red Green Blue C M Y K H S L
Decimal 222 21 12 0 0.91 0.95 0.13 2.57 0.9 0.46
Hex DE 15 C 0 5B 5F D 3 5A 2E
Octal 336 25 14 0 133 137 15 3 132 56
Binary 11011110 10101 1100 0 1011011 1011111 1101 11 1011010 101110

Color Harmonies of #DE150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE150C

Black with #DE150C

Text Example


Text Example

White with #DE150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE150C; }

 p { color: rgb(222,21,12); }

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

background-color css

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

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

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

border-color css

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

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

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