Html Css Color HEX #DD130C Free Speech Red

📋 copy color: '#DD130C'

red 221 ◦ green 19 ◦ blue 12

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

Shades of Free Speech Red #DD130C

Tints of Free Speech Red #DD130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 87.7%
G = 7.54%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD130C (or 0xDD130C) is known color: Free Speech Red. HEX triplet: DD, 13 and 0C. RGB value is (221,19,12). Sum of RGB (Red+Green+Blue) = 221+19+12=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD130C is #22ECF3. Grayscale: #4E4E4E. Windows color (decimal): -2288884 or 791517. OLE color: 791517.

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

Color convert

RGB 221 19 12 -
CMYK 0 0.91 0.95 0.13
HSL 2.01º 0.9% 0.46% -
HSV(B) 2.01º 0.95% 0.87% -
XYZ 30.12 15.86 1.82 -
YUV 78.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 221 19 12 0 0.91 0.95 0.13 2.01 0.9 0.46
Hex DD 13 C 0 5B 5F D 2 5A 2E
Octal 335 23 14 0 133 137 15 2 132 56
Binary 11011101 10011 1100 0 1011011 1011111 1101 10 1011010 101110

Color Harmonies of #DD130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD130C

Black with #DD130C

Text Example


Text Example

White with #DD130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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