Html Css Color HEX #DD0D01 Free Speech Red

📋 copy color: '#DD0D01'

red 221 ◦ green 13 ◦ blue 1

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

Shades of Free Speech Red #DD0D01

Tints of Free Speech Red #DD0D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.53%

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

R = 94.04%
G = 5.53%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD0D01 (or 0xDD0D01) is known color: Free Speech Red. HEX triplet: DD, 0D and 01. RGB value is (221,13,1). Sum of RGB (Red+Green+Blue) = 221+13+1=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D01 is #22F2FE. Grayscale: #4A4A4A. Windows color (decimal): -2290431 or 69085. OLE color: 69085.

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

Color convert

RGB 221 13 1 -
CMYK 0 0.94 1.00 0.13
HSL 3.27º 0.99% 0.44% -
HSV(B) 3.27º 1% 0.87% -
XYZ 29.97 15.66 1.47 -
YUV 73.82 86.91 232.98 -
System Red Green Blue C M Y K H S L
Decimal 221 13 1 0 0.94 1.00 0.13 3.27 0.99 0.44
Hex DD D 1 0 5E 64 D 3 63 2C
Octal 335 15 1 0 136 144 15 3 143 54
Binary 11011101 1101 1 0 1011110 1100100 1101 11 1100011 101100

Color Harmonies of #DD0D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D01

Black with #DD0D01

Text Example


Text Example

White with #DD0D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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