Html Css Color HEX #DD0302 Free Speech Red

📋 copy color: '#DD0302'

red 221 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #DD0302

Tints of Free Speech Red #DD0302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 97.79%
G = 1.33%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0302 (or 0xDD0302) is known color: Free Speech Red. HEX triplet: DD, 03 and 02. RGB value is (221,3,2). Sum of RGB (Red+Green+Blue) = 221+3+2=226 (29% of max value = 765). Red value is 221 (86.72% from 255 or 97.79% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0302 is #22FCFD. Grayscale: #444444. Windows color (decimal): -2292990 or 132061. OLE color: 132061.

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

Color convert

RGB 221 3 2 -
CMYK 0 0.99 0.99 0.13
HSL 0.27º 0.98% 0.44% -
HSV(B) 0.27º 0.99% 0.87% -
XYZ 29.86 15.44 1.46 -
YUV 68.07 90.72 237.08 -
System Red Green Blue C M Y K H S L
Decimal 221 3 2 0 0.99 0.99 0.13 0.27 0.98 0.44
Hex DD 3 2 0 63 63 D 0 62 2C
Octal 335 3 2 0 143 143 15 0 142 54
Binary 11011101 11 10 0 1100011 1100011 1101 0 1100010 101100

Color Harmonies of #DD0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0302

Black with #DD0302

Text Example


Text Example

White with #DD0302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0302; }

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

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

background-color css

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

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

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

border-color css

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

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

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