Html Css Color HEX #AF2022 Fire Engine Red

📋 copy color: '#AF2022'

red 175 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #AF2022

Tints of Fire Engine Red #AF2022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

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

R = 72.61%
G = 13.28%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2022 (or 0xAF2022) is known color: Fire Engine Red. HEX triplet: AF, 20 and 22. RGB value is (175,32,34). Sum of RGB (Red+Green+Blue) = 175+32+34=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2022 is #50DFDD. Grayscale: #4B4B4B. Windows color (decimal): -5300190 or 2236591. OLE color: 2236591.

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

Color convert

RGB 175 32 34 -
CMYK 0 0.82 0.81 0.31
HSL 359.16º 0.69% 0.41% -
HSV(B) 359.16º 0.82% 0.69% -
XYZ 18.48 10.26 2.52 -
YUV 74.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 175 32 34 0 0.82 0.81 0.31 359.16 0.69 0.41
Hex AF 20 22 0 52 51 1F 167 45 29
Octal 257 40 42 0 122 121 37 547 105 51
Binary 10101111 100000 100010 0 1010010 1010001 11111 101100111 1000101 101001

Color Harmonies of #AF2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2022

Black with #AF2022

Text Example


Text Example

White with #AF2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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