Html Css Color HEX #D61B23 Fire Engine Red

📋 copy color: '#D61B23'

red 214 ◦ green 27 ◦ blue 35

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

Shades of Fire Engine Red #D61B23

Tints of Fire Engine Red #D61B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

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

R = 77.54%
G = 9.78%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61B23 (or 0xD61B23) is known color: Fire Engine Red. HEX triplet: D6, 1B and 23. RGB value is (214,27,35). Sum of RGB (Red+Green+Blue) = 214+27+35=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B23 is #29E4DC. Grayscale: #535353. Windows color (decimal): -2745565 or 2300886. OLE color: 2300886.

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

Color convert

RGB 214 27 35 -
CMYK 0 0.87 0.84 0.16
HSL 357.43º 0.78% 0.47% -
HSV(B) 357.43º 0.87% 0.84% -
XYZ 28.43 15.2 3.03 -
YUV 83.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 214 27 35 0 0.87 0.84 0.16 357.43 0.78 0.47
Hex D6 1B 23 0 57 54 10 165 4E 2F
Octal 326 33 43 0 127 124 20 545 116 57
Binary 11010110 11011 100011 0 1010111 1010100 10000 101100101 1001110 101111

Color Harmonies of #D61B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B23

Black with #D61B23

Text Example


Text Example

White with #D61B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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