Html Css Color HEX #AF1A1E Fire Engine Red

📋 copy color: '#AF1A1E'

red 175 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #AF1A1E

Tints of Fire Engine Red #AF1A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 75.76%
G = 11.26%
B = 12.99%

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

#AF1A1E (or 0xAF1A1E) is known color: Fire Engine Red. HEX triplet: AF, 1A and 1E. RGB value is (175,26,30). Sum of RGB (Red+Green+Blue) = 175+26+30=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A1E is #50E5E1. Grayscale: #474747. Windows color (decimal): -5301730 or 1972911. OLE color: 1972911.

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

Color convert

RGB 175 26 30 -
CMYK 0 0.85 0.83 0.31
HSL 358.39º 0.74% 0.39% -
HSV(B) 358.39º 0.85% 0.69% -
XYZ 18.28 9.95 2.18 -
YUV 71.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 175 26 30 0 0.85 0.83 0.31 358.39 0.74 0.39
Hex AF 1A 1E 0 55 53 1F 166 4A 27
Octal 257 32 36 0 125 123 37 546 112 47
Binary 10101111 11010 11110 0 1010101 1010011 11111 101100110 1001010 100111

Color Harmonies of #AF1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A1E

Black with #AF1A1E

Text Example


Text Example

White with #AF1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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