Html Css Color HEX #DD0D0B Free Speech Red

📋 copy color: '#DD0D0B'

red 221 ◦ green 13 ◦ blue 11

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

Shades of Free Speech Red #DD0D0B

Tints of Free Speech Red #DD0D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 90.2%
G = 5.31%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD0D0B (or 0xDD0D0B) is known color: Free Speech Red. HEX triplet: DD, 0D and 0B. RGB value is (221,13,11). Sum of RGB (Red+Green+Blue) = 221+13+11=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D0B is #22F2F4. Grayscale: #4B4B4B. Windows color (decimal): -2290421 or 724445. OLE color: 724445.

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

Color convert

RGB 221 13 11 -
CMYK 0 0.94 0.95 0.13
HSL 0.57º 0.91% 0.45% -
HSV(B) 0.57º 0.95% 0.87% -
XYZ 30.02 15.68 1.76 -
YUV 74.96 91.91 232.16 -
System Red Green Blue C M Y K H S L
Decimal 221 13 11 0 0.94 0.95 0.13 0.57 0.91 0.45
Hex DD D B 0 5E 5F D 1 5B 2D
Octal 335 15 13 0 136 137 15 1 133 55
Binary 11011101 1101 1011 0 1011110 1011111 1101 1 1011011 101101

Color Harmonies of #DD0D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D0B

Black with #DD0D0B

Text Example


Text Example

White with #DD0D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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