Html Css Color HEX #DD0F01 Free Speech Red

📋 copy color: '#DD0F01'

red 221 ◦ green 15 ◦ blue 1

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

Shades of Free Speech Red #DD0F01

Tints of Free Speech Red #DD0F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 93.25%
G = 6.33%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD0F01 (or 0xDD0F01) is known color: Free Speech Red. HEX triplet: DD, 0F and 01. RGB value is (221,15,1). Sum of RGB (Red+Green+Blue) = 221+15+1=237 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.25% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0F01 is #22F0FE. Grayscale: #4B4B4B. Windows color (decimal): -2289919 or 69597. OLE color: 69597.

HSL color Cylindrical-coordinate representation of color #DD0F01: hue angle of 3.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0F01 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 15 1 -
CMYK 0 0.93 1.00 0.13
HSL 3.82º 0.99% 0.44% -
HSV(B) 3.82º 1% 0.87% -
XYZ 30 15.72 1.48 -
YUV 75 86.25 232.14 -
System Red Green Blue C M Y K H S L
Decimal 221 15 1 0 0.93 1.00 0.13 3.82 0.99 0.44
Hex DD F 1 0 5D 64 D 4 63 2C
Octal 335 17 1 0 135 144 15 4 143 54
Binary 11011101 1111 1 0 1011101 1100100 1101 100 1100011 101100

Color Harmonies of #DD0F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F01

Black with #DD0F01

Text Example


Text Example

White with #DD0F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F01; }

 p { color: rgb(221,15,1); }

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

background-color css

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

 a { background-color: rgb(221,15,1); }

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

border-color css

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

 span { border-color: rgb(221,15,1); }

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