Html Css Color HEX #DD0F03 Free Speech Red

📋 copy color: '#DD0F03'

red 221 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #DD0F03

Tints of Free Speech Red #DD0F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

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

R = 92.47%
G = 6.28%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0F03 (or 0xDD0F03) is known color: Free Speech Red. HEX triplet: DD, 0F and 03. RGB value is (221,15,3). Sum of RGB (Red+Green+Blue) = 221+15+3=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0F03 is #22F0FC. Grayscale: #4B4B4B. Windows color (decimal): -2289917 or 200669. OLE color: 200669.

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

Color convert

RGB 221 15 3 -
CMYK 0 0.93 0.99 0.13
HSL 3.3º 0.97% 0.44% -
HSV(B) 3.3º 0.99% 0.87% -
XYZ 30.01 15.72 1.54 -
YUV 75.23 87.25 231.98 -
System Red Green Blue C M Y K H S L
Decimal 221 15 3 0 0.93 0.99 0.13 3.3 0.97 0.44
Hex DD F 3 0 5D 63 D 3 61 2C
Octal 335 17 3 0 135 143 15 3 141 54
Binary 11011101 1111 11 0 1011101 1100011 1101 11 1100001 101100

Color Harmonies of #DD0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F03

Black with #DD0F03

Text Example


Text Example

White with #DD0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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