Html Css Color HEX #DC150A Free Speech Red

📋 copy color: '#DC150A'

red 220 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #DC150A

Tints of Free Speech Red #DC150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 87.65%
G = 8.37%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC150A (or 0xDC150A) is known color: Free Speech Red. HEX triplet: DC, 15 and 0A. RGB value is (220,21,10). Sum of RGB (Red+Green+Blue) = 220+21+10=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC150A is #23EAF5. Grayscale: #4F4F4F. Windows color (decimal): -2353910 or 660956. OLE color: 660956.

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

Color convert

RGB 220 21 10 -
CMYK 0 0.90 0.95 0.14
HSL 3.14º 0.91% 0.45% -
HSV(B) 3.14º 0.95% 0.86% -
XYZ 29.84 15.77 1.76 -
YUV 79.25 88.93 228.39 -
System Red Green Blue C M Y K H S L
Decimal 220 21 10 0 0.90 0.95 0.14 3.14 0.91 0.45
Hex DC 15 A 0 5A 5F E 3 5B 2D
Octal 334 25 12 0 132 137 16 3 133 55
Binary 11011100 10101 1010 0 1011010 1011111 1110 11 1011011 101101

Color Harmonies of #DC150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC150A

Black with #DC150A

Text Example


Text Example

White with #DC150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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