Html Css Color HEX #AF1C1F Fire Engine Red

📋 copy color: '#AF1C1F'

red 175 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #AF1C1F

Tints of Fire Engine Red #AF1C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 74.79%
G = 11.97%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF1C1F (or 0xAF1C1F) is known color: Fire Engine Red. HEX triplet: AF, 1C and 1F. RGB value is (175,28,31). Sum of RGB (Red+Green+Blue) = 175+28+31=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C1F is #50E3E0. Grayscale: #484848. Windows color (decimal): -5301217 or 2038959. OLE color: 2038959.

HSL color Cylindrical-coordinate representation of color #AF1C1F: hue angle of 358.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C1F is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 31 -
CMYK 0 0.84 0.82 0.31
HSL 358.78º 0.72% 0.4% -
HSV(B) 358.78º 0.84% 0.69% -
XYZ 18.34 10.04 2.27 -
YUV 72.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 175 28 31 0 0.84 0.82 0.31 358.78 0.72 0.4
Hex AF 1C 1F 0 54 52 1F 167 48 28
Octal 257 34 37 0 124 122 37 547 110 50
Binary 10101111 11100 11111 0 1010100 1010010 11111 101100111 1001000 101000

Color Harmonies of #AF1C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C1F

Black with #AF1C1F

Text Example


Text Example

White with #AF1C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C1F; }

 p { color: rgb(175,28,31); }

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

background-color css

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

 a { background-color: rgb(175,28,31); }

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

border-color css

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

 span { border-color: rgb(175,28,31); }

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