Html Css Color HEX #AF1722 Fire Engine Red

📋 copy color: '#AF1722'

red 175 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #AF1722

Tints of Fire Engine Red #AF1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 75.43%
G = 9.91%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF1722 (or 0xAF1722) is known color: Fire Engine Red. HEX triplet: AF, 17 and 22. RGB value is (175,23,34). Sum of RGB (Red+Green+Blue) = 175+23+34=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1722 is #50E8DD. Grayscale: #454545. Windows color (decimal): -5302494 or 2234287. OLE color: 2234287.

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

Color convert

RGB 175 23 34 -
CMYK 0 0.87 0.81 0.31
HSL 355.66º 0.77% 0.39% -
HSV(B) 355.66º 0.87% 0.69% -
XYZ 18.27 9.84 2.45 -
YUV 69.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 175 23 34 0 0.87 0.81 0.31 355.66 0.77 0.39
Hex AF 17 22 0 57 51 1F 164 4D 27
Octal 257 27 42 0 127 121 37 544 115 47
Binary 10101111 10111 100010 0 1010111 1010001 11111 101100100 1001101 100111

Color Harmonies of #AF1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1722

Black with #AF1722

Text Example


Text Example

White with #AF1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1722; }

 p { color: rgb(175,23,34); }

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

background-color css

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

 a { background-color: rgb(175,23,34); }

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

border-color css

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

 span { border-color: rgb(175,23,34); }

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