Html Css Color HEX #D61523 Fire Engine Red

📋 copy color: '#D61523'

red 214 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #D61523

Tints of Fire Engine Red #D61523

RGB

 RED value IS 214 (83.98% from 255) = 79.26%

 GREEN value IS 21 (8.59% from 255) = 7.78%

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 79.26%
G = 7.78%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61523 (or 0xD61523) is known color: Fire Engine Red. HEX triplet: D6, 15 and 23. RGB value is (214,21,35). Sum of RGB (Red+Green+Blue) = 214+21+35=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D61523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61523 is #29EADC. Grayscale: #505050. Windows color (decimal): -2747101 or 2299350. OLE color: 2299350.

HSL color Cylindrical-coordinate representation of color #D61523: hue angle of 355.65º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61523 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 35 -
CMYK 0 0.90 0.84 0.16
HSL 355.65º 0.82% 0.46% -
HSV(B) 355.65º 0.9% 0.84% -
XYZ 28.3 14.95 2.98 -
YUV 80.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 214 21 35 0 0.90 0.84 0.16 355.65 0.82 0.46
Hex D6 15 23 0 5A 54 10 164 52 2E
Octal 326 25 43 0 132 124 20 544 122 56
Binary 11010110 10101 100011 0 1011010 1010100 10000 101100100 1010010 101110

Color Harmonies of #D61523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61523

Black with #D61523

Text Example


Text Example

White with #D61523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61523; }

 p { color: rgb(214,21,35); }

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

background-color css

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

 a { background-color: rgb(214,21,35); }

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

border-color css

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

 span { border-color: rgb(214,21,35); }

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