Html Css Color HEX #D61B25 Fire Engine Red

📋 copy color: '#D61B25'

red 214 ◦ green 27 ◦ blue 37

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

Shades of Fire Engine Red #D61B25

Tints of Fire Engine Red #D61B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 76.98%
G = 9.71%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61B25 (or 0xD61B25) is known color: Fire Engine Red. HEX triplet: D6, 1B and 25. RGB value is (214,27,37). Sum of RGB (Red+Green+Blue) = 214+27+37=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B25 is #29E4DA. Grayscale: #545454. Windows color (decimal): -2745563 or 2431958. OLE color: 2431958.

HSL color Cylindrical-coordinate representation of color #D61B25: hue angle of 356.79º 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 #D61B25 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 37 -
CMYK 0 0.87 0.83 0.16
HSL 356.79º 0.78% 0.47% -
HSV(B) 356.79º 0.87% 0.84% -
XYZ 28.46 15.21 3.19 -
YUV 84.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 214 27 37 0 0.87 0.83 0.16 356.79 0.78 0.47
Hex D6 1B 25 0 57 53 10 165 4E 2F
Octal 326 33 45 0 127 123 20 545 116 57
Binary 11010110 11011 100101 0 1010111 1010011 10000 101100101 1001110 101111

Color Harmonies of #D61B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B25

Black with #D61B25

Text Example


Text Example

White with #D61B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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