Html Css Color HEX #D6232A Fire Engine Red

📋 copy color: '#D6232A'

red 214 ◦ green 35 ◦ blue 42

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

Shades of Fire Engine Red #D6232A

Tints of Fire Engine Red #D6232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 73.54%
G = 12.03%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6232A (or 0xD6232A) is known color: Fire Engine Red. HEX triplet: D6, 23 and 2A. RGB value is (214,35,42). Sum of RGB (Red+Green+Blue) = 214+35+42=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6232A is #29DCD5. Grayscale: #595959. Windows color (decimal): -2743510 or 2761686. OLE color: 2761686.

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

Color convert

RGB 214 35 42 -
CMYK 0 0.84 0.80 0.16
HSL 357.65º 0.72% 0.49% -
HSV(B) 357.65º 0.84% 0.84% -
XYZ 28.75 15.67 3.7 -
YUV 89.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 214 35 42 0 0.84 0.80 0.16 357.65 0.72 0.49
Hex D6 23 2A 0 54 50 10 166 48 31
Octal 326 43 52 0 124 120 20 546 110 61
Binary 11010110 100011 101010 0 1010100 1010000 10000 101100110 1001000 110001

Color Harmonies of #D6232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6232A

Black with #D6232A

Text Example


Text Example

White with #D6232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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