Html Css Color HEX #D01423 Fire Engine Red

📋 copy color: '#D01423'

red 208 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #D01423

Tints of Fire Engine Red #D01423

RGB

 RED value IS 208 (81.64% from 255) = 79.09%

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

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

R = 79.09%
G = 7.6%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D01423 (or 0xD01423) is known color: Fire Engine Red. HEX triplet: D0, 14 and 23. RGB value is (208,20,35). Sum of RGB (Red+Green+Blue) = 208+20+35=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D01423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01423 is #2FEBDC. Grayscale: #4E4E4E. Windows color (decimal): -3140573 or 2299088. OLE color: 2299088.

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

Color convert

RGB 208 20 35 -
CMYK 0 0.90 0.83 0.18
HSL 355.21º 0.82% 0.45% -
HSV(B) 355.21º 0.9% 0.82% -
XYZ 26.57 14.03 2.9 -
YUV 77.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 208 20 35 0 0.90 0.83 0.18 355.21 0.82 0.45
Hex D0 14 23 0 5A 53 12 163 52 2D
Octal 320 24 43 0 132 123 22 543 122 55
Binary 11010000 10100 100011 0 1011010 1010011 10010 101100011 1010010 101101

Color Harmonies of #D01423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01423

Black with #D01423

Text Example


Text Example

White with #D01423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01423; }

 p { color: rgb(208,20,35); }

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

background-color css

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

 a { background-color: rgb(208,20,35); }

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

border-color css

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

 span { border-color: rgb(208,20,35); }

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