Html Css Color HEX #DD0603 Free Speech Red

📋 copy color: '#DD0603'

red 221 ◦ green 6 ◦ blue 3

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

Shades of Free Speech Red #DD0603

Tints of Free Speech Red #DD0603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 96.09%
G = 2.61%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0603 (or 0xDD0603) is known color: Free Speech Red. HEX triplet: DD, 06 and 03. RGB value is (221,6,3). Sum of RGB (Red+Green+Blue) = 221+6+3=230 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.09% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0603 is #22F9FC. Grayscale: #464646. Windows color (decimal): -2292221 or 198365. OLE color: 198365.

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

Color convert

RGB 221 6 3 -
CMYK 0 0.97 0.99 0.13
HSL 0.83º 0.97% 0.44% -
HSV(B) 0.83º 0.99% 0.87% -
XYZ 29.9 15.51 1.5 -
YUV 69.94 90.23 235.74 -
System Red Green Blue C M Y K H S L
Decimal 221 6 3 0 0.97 0.99 0.13 0.83 0.97 0.44
Hex DD 6 3 0 61 63 D 1 61 2C
Octal 335 6 3 0 141 143 15 1 141 54
Binary 11011101 110 11 0 1100001 1100011 1101 1 1100001 101100

Color Harmonies of #DD0603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0603

Black with #DD0603

Text Example


Text Example

White with #DD0603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0603; }

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

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

background-color css

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

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

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

border-color css

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

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

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