Html Css Color HEX #AF1A1D Fire Engine Red

📋 copy color: '#AF1A1D'

red 175 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #AF1A1D

Tints of Fire Engine Red #AF1A1D

RGB

 RED value IS 175 (68.75% from 255) = 76.09%

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 76.09%
G = 11.3%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF1A1D (or 0xAF1A1D) is known color: Fire Engine Red. HEX triplet: AF, 1A and 1D. RGB value is (175,26,29). Sum of RGB (Red+Green+Blue) = 175+26+29=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A1D is #50E5E2. Grayscale: #474747. Windows color (decimal): -5301731 or 1907375. OLE color: 1907375.

HSL color Cylindrical-coordinate representation of color #AF1A1D: hue angle of 358.79º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A1D is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 29 -
CMYK 0 0.85 0.83 0.31
HSL 358.79º 0.74% 0.39% -
HSV(B) 358.79º 0.85% 0.69% -
XYZ 18.27 9.94 2.12 -
YUV 70.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 175 26 29 0 0.85 0.83 0.31 358.79 0.74 0.39
Hex AF 1A 1D 0 55 53 1F 167 4A 27
Octal 257 32 35 0 125 123 37 547 112 47
Binary 10101111 11010 11101 0 1010101 1010011 11111 101100111 1001010 100111

Color Harmonies of #AF1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A1D

Black with #AF1A1D

Text Example


Text Example

White with #AF1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A1D; }

 p { color: rgb(175,26,29); }

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

background-color css

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

 a { background-color: rgb(175,26,29); }

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

border-color css

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

 span { border-color: rgb(175,26,29); }

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