Html Css Color HEX #DD1413 Free Speech Red

📋 copy color: '#DD1413'

red 221 ◦ green 20 ◦ blue 19

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

Shades of Free Speech Red #DD1413

Tints of Free Speech Red #DD1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 85%
G = 7.69%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD1413 (or 0xDD1413) is known color: Free Speech Red. HEX triplet: DD, 14 and 13. RGB value is (221,20,19). Sum of RGB (Red+Green+Blue) = 221+20+19=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1413 is #22EBEC. Grayscale: #505050. Windows color (decimal): -2288621 or 1250525. OLE color: 1250525.

HSL color Cylindrical-coordinate representation of color #DD1413: hue angle of 0.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1413 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 19 -
CMYK 0 0.91 0.91 0.13
HSL 0.3º 0.84% 0.47% -
HSV(B) 0.3º 0.91% 0.87% -
XYZ 30.19 15.92 2.1 -
YUV 79.99 93.59 228.58 -
System Red Green Blue C M Y K H S L
Decimal 221 20 19 0 0.91 0.91 0.13 0.3 0.84 0.47
Hex DD 14 13 0 5B 5B D 0 54 2F
Octal 335 24 23 0 133 133 15 0 124 57
Binary 11011101 10100 10011 0 1011011 1011011 1101 0 1010100 101111

Color Harmonies of #DD1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1413

Black with #DD1413

Text Example


Text Example

White with #DD1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1413; }

 p { color: rgb(221,20,19); }

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

background-color css

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

 a { background-color: rgb(221,20,19); }

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

border-color css

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

 span { border-color: rgb(221,20,19); }

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