Html Css Color HEX #DD0B03 Free Speech Red

📋 copy color: '#DD0B03'

red 221 ◦ green 11 ◦ blue 3

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

Shades of Free Speech Red #DD0B03

Tints of Free Speech Red #DD0B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 94.04%
G = 4.68%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0B03 (or 0xDD0B03) is known color: Free Speech Red. HEX triplet: DD, 0B and 03. RGB value is (221,11,3). Sum of RGB (Red+Green+Blue) = 221+11+3=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0B03 is #22F4FC. Grayscale: #494949. Windows color (decimal): -2290941 or 199645. OLE color: 199645.

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

Color convert

RGB 221 11 3 -
CMYK 0 0.95 0.99 0.13
HSL 2.2º 0.97% 0.44% -
HSV(B) 2.2º 0.99% 0.87% -
XYZ 29.95 15.62 1.52 -
YUV 72.88 88.57 233.65 -
System Red Green Blue C M Y K H S L
Decimal 221 11 3 0 0.95 0.99 0.13 2.2 0.97 0.44
Hex DD B 3 0 5F 63 D 2 61 2C
Octal 335 13 3 0 137 143 15 2 141 54
Binary 11011101 1011 11 0 1011111 1100011 1101 10 1100001 101100

Color Harmonies of #DD0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B03

Black with #DD0B03

Text Example


Text Example

White with #DD0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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