Html Css Color HEX #AF1D1E Fire Engine Red

📋 copy color: '#AF1D1E'

red 175 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #AF1D1E

Tints of Fire Engine Red #AF1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.39%

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

R = 74.79%
G = 12.39%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF1D1E (or 0xAF1D1E) is known color: Fire Engine Red. HEX triplet: AF, 1D and 1E. RGB value is (175,29,30). Sum of RGB (Red+Green+Blue) = 175+29+30=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D1E is #50E2E1. Grayscale: #484848. Windows color (decimal): -5300962 or 1973679. OLE color: 1973679.

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

Color convert

RGB 175 29 30 -
CMYK 0 0.83 0.83 0.31
HSL 359.59º 0.72% 0.4% -
HSV(B) 359.59º 0.83% 0.69% -
XYZ 18.35 10.09 2.21 -
YUV 72.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 175 29 30 0 0.83 0.83 0.31 359.59 0.72 0.4
Hex AF 1D 1E 0 53 53 1F 168 48 28
Octal 257 35 36 0 123 123 37 550 110 50
Binary 10101111 11101 11110 0 1010011 1010011 11111 101101000 1001000 101000

Color Harmonies of #AF1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D1E

Black with #AF1D1E

Text Example


Text Example

White with #AF1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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