Html Css Color HEX #AF1623 Fire Engine Red

📋 copy color: '#AF1623'

red 175 ◦ green 22 ◦ blue 35

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

Shades of Fire Engine Red #AF1623

Tints of Fire Engine Red #AF1623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

 BLUE value IS 35 (14.06% from 255) = 15.09%

R = 75.43%
G = 9.48%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF1623 (or 0xAF1623) is known color: Fire Engine Red. HEX triplet: AF, 16 and 23. RGB value is (175,22,35). Sum of RGB (Red+Green+Blue) = 175+22+35=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1623 is #50E9DC. Grayscale: #454545. Windows color (decimal): -5302749 or 2299567. OLE color: 2299567.

HSL color Cylindrical-coordinate representation of color #AF1623: hue angle of 354.9º degrees, saturation: 0.78, 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 #AF1623 is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 35 -
CMYK 0 0.87 0.8 0.31
HSL 354.9º 0.78% 0.39% -
HSV(B) 354.9º 0.87% 0.69% -
XYZ 18.27 9.81 2.52 -
YUV 69.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 175 22 35 0 0.87 0.8 0.31 354.9 0.78 0.39
Hex AF 16 23 0 57 50 1F 163 4E 27
Octal 257 26 43 0 127 120 37 543 116 47
Binary 10101111 10110 100011 0 1010111 1010000 11111 101100011 1001110 100111

Color Harmonies of #AF1623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1623

Black with #AF1623

Text Example


Text Example

White with #AF1623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1623; }

 p { color: rgb(175,22,35); }

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

background-color css

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

 a { background-color: rgb(175,22,35); }

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

border-color css

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

 span { border-color: rgb(175,22,35); }

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