Html Css Color HEX #DD131A Fire Engine Red

📋 copy color: '#DD131A'

red 221 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #DD131A

Tints of Fire Engine Red #DD131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 83.08%
G = 7.14%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD131A (or 0xDD131A) is known color: Fire Engine Red. HEX triplet: DD, 13 and 1A. RGB value is (221,19,26). Sum of RGB (Red+Green+Blue) = 221+19+26=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD131A is #22ECE5. Grayscale: #505050. Windows color (decimal): -2288870 or 1709021. OLE color: 1709021.

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

Color convert

RGB 221 19 26 -
CMYK 0 0.91 0.88 0.13
HSL 357.92º 0.84% 0.47% -
HSV(B) 357.92º 0.91% 0.87% -
XYZ 30.24 15.91 2.45 -
YUV 80.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 221 19 26 0 0.91 0.88 0.13 357.92 0.84 0.47
Hex DD 13 1A 0 5B 58 D 166 54 2F
Octal 335 23 32 0 133 130 15 546 124 57
Binary 11011101 10011 11010 0 1011011 1011000 1101 101100110 1010100 101111

Color Harmonies of #DD131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD131A

Black with #DD131A

Text Example


Text Example

White with #DD131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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