Html Css Color HEX #AF1F23 Fire Engine Red

📋 copy color: '#AF1F23'

red 175 ◦ green 31 ◦ blue 35

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

Shades of Fire Engine Red #AF1F23

Tints of Fire Engine Red #AF1F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.86%

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

R = 72.61%
G = 12.86%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF1F23 (or 0xAF1F23) is known color: Fire Engine Red. HEX triplet: AF, 1F and 23. RGB value is (175,31,35). Sum of RGB (Red+Green+Blue) = 175+31+35=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F23 is #50E0DC. Grayscale: #4A4A4A. Windows color (decimal): -5300445 or 2301871. OLE color: 2301871.

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

Color convert

RGB 175 31 35 -
CMYK 0 0.82 0.8 0.31
HSL 358.33º 0.7% 0.4% -
HSV(B) 358.33º 0.82% 0.69% -
XYZ 18.47 10.22 2.59 -
YUV 74.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 175 31 35 0 0.82 0.8 0.31 358.33 0.7 0.4
Hex AF 1F 23 0 52 50 1F 166 46 28
Octal 257 37 43 0 122 120 37 546 106 50
Binary 10101111 11111 100011 0 1010010 1010000 11111 101100110 1000110 101000

Color Harmonies of #AF1F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F23

Black with #AF1F23

Text Example


Text Example

White with #AF1F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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