Html Css Color HEX #DD150A Free Speech Red

📋 copy color: '#DD150A'

red 221 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #DD150A

Tints of Free Speech Red #DD150A

RGB

 RED value IS 221 (86.72% from 255) = 87.7%

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

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

R = 87.7%
G = 8.33%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD150A (or 0xDD150A) is known color: Free Speech Red. HEX triplet: DD, 15 and 0A. RGB value is (221,21,10). Sum of RGB (Red+Green+Blue) = 221+21+10=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD150A is #22EAF5. Grayscale: #4F4F4F. Windows color (decimal): -2288374 or 660957. OLE color: 660957.

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

Color convert

RGB 221 21 10 -
CMYK 0 0.90 0.95 0.13
HSL 3.13º 0.91% 0.45% -
HSV(B) 3.13º 0.95% 0.87% -
XYZ 30.14 15.93 1.77 -
YUV 79.55 88.76 228.89 -
System Red Green Blue C M Y K H S L
Decimal 221 21 10 0 0.90 0.95 0.13 3.13 0.91 0.45
Hex DD 15 A 0 5A 5F D 3 5B 2D
Octal 335 25 12 0 132 137 15 3 133 55
Binary 11011101 10101 1010 0 1011010 1011111 1101 11 1011011 101101

Color Harmonies of #DD150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD150A

Black with #DD150A

Text Example


Text Example

White with #DD150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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