Html Css Color HEX #DC150F Free Speech Red

📋 copy color: '#DC150F'

red 220 ◦ green 21 ◦ blue 15

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

Shades of Free Speech Red #DC150F

Tints of Free Speech Red #DC150F

RGB

 RED value IS 220 (86.33% from 255) = 85.94%

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 85.94%
G = 8.2%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC150F (or 0xDC150F) is known color: Free Speech Red. HEX triplet: DC, 15 and 0F. RGB value is (220,21,15). Sum of RGB (Red+Green+Blue) = 220+21+15=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC150F is #23EAF0. Grayscale: #505050. Windows color (decimal): -2353905 or 988636. OLE color: 988636.

HSL color Cylindrical-coordinate representation of color #DC150F: hue angle of 1.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC150F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 15 -
CMYK 0 0.90 0.93 0.14
HSL 1.76º 0.87% 0.46% -
HSV(B) 1.76º 0.93% 0.86% -
XYZ 29.87 15.79 1.92 -
YUV 79.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 220 21 15 0 0.90 0.93 0.14 1.76 0.87 0.46
Hex DC 15 F 0 5A 5D E 2 57 2E
Octal 334 25 17 0 132 135 16 2 127 56
Binary 11011100 10101 1111 0 1011010 1011101 1110 10 1010111 101110

Color Harmonies of #DC150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC150F

Black with #DC150F

Text Example


Text Example

White with #DC150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC150F; }

 p { color: rgb(220,21,15); }

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

background-color css

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

 a { background-color: rgb(220,21,15); }

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

border-color css

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

 span { border-color: rgb(220,21,15); }

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