Html Css Color HEX #AF1B1F Fire Engine Red

📋 copy color: '#AF1B1F'

red 175 ◦ green 27 ◦ blue 31

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

Shades of Fire Engine Red #AF1B1F

Tints of Fire Engine Red #AF1B1F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.59%

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

R = 75.11%
G = 11.59%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF1B1F (or 0xAF1B1F) is known color: Fire Engine Red. HEX triplet: AF, 1B and 1F. RGB value is (175,27,31). Sum of RGB (Red+Green+Blue) = 175+27+31=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B1F is #50E4E0. Grayscale: #474747. Windows color (decimal): -5301473 or 2038703. OLE color: 2038703.

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

Color convert

RGB 175 27 31 -
CMYK 0 0.85 0.82 0.31
HSL 358.38º 0.73% 0.4% -
HSV(B) 358.38º 0.85% 0.69% -
XYZ 18.32 10 2.26 -
YUV 71.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 175 27 31 0 0.85 0.82 0.31 358.38 0.73 0.4
Hex AF 1B 1F 0 55 52 1F 166 49 28
Octal 257 33 37 0 125 122 37 546 111 50
Binary 10101111 11011 11111 0 1010101 1010010 11111 101100110 1001001 101000

Color Harmonies of #AF1B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B1F

Black with #AF1B1F

Text Example


Text Example

White with #AF1B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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