Html Css Color HEX #D3142A Fire Engine Red

📋 copy color: '#D3142A'

red 211 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #D3142A

Tints of Fire Engine Red #D3142A

RGB

 RED value IS 211 (82.81% from 255) = 77.29%

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

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

R = 77.29%
G = 7.33%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3142A (or 0xD3142A) is known color: Fire Engine Red. HEX triplet: D3, 14 and 2A. RGB value is (211,20,42). Sum of RGB (Red+Green+Blue) = 211+20+42=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D3142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3142A is #2CEBD5. Grayscale: #4F4F4F. Windows color (decimal): -2943958 or 2757843. OLE color: 2757843.

HSL color Cylindrical-coordinate representation of color #D3142A: hue angle of 353.09º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3142A is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 42 -
CMYK 0 0.91 0.80 0.17
HSL 353.09º 0.83% 0.45% -
HSV(B) 353.09º 0.91% 0.83% -
XYZ 27.53 14.52 3.54 -
YUV 79.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 211 20 42 0 0.91 0.80 0.17 353.09 0.83 0.45
Hex D3 14 2A 0 5B 50 11 161 53 2D
Octal 323 24 52 0 133 120 21 541 123 55
Binary 11010011 10100 101010 0 1011011 1010000 10001 101100001 1010011 101101

Color Harmonies of #D3142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3142A

Black with #D3142A

Text Example


Text Example

White with #D3142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3142A; }

 p { color: rgb(211,20,42); }

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

background-color css

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

 a { background-color: rgb(211,20,42); }

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

border-color css

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

 span { border-color: rgb(211,20,42); }

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