Html Css Color HEX #AF1B23 Fire Engine Red

📋 copy color: '#AF1B23'

red 175 ◦ green 27 ◦ blue 35

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

Shades of Fire Engine Red #AF1B23

Tints of Fire Engine Red #AF1B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.39%

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

R = 73.84%
G = 11.39%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF1B23 (or 0xAF1B23) is known color: Fire Engine Red. HEX triplet: AF, 1B and 23. RGB value is (175,27,35). Sum of RGB (Red+Green+Blue) = 175+27+35=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B23 is #50E4DC. Grayscale: #484848. Windows color (decimal): -5301469 or 2300847. OLE color: 2300847.

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

Color convert

RGB 175 27 35 -
CMYK 0 0.85 0.8 0.31
HSL 356.76º 0.73% 0.4% -
HSV(B) 356.76º 0.85% 0.69% -
XYZ 18.37 10.02 2.56 -
YUV 72.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 175 27 35 0 0.85 0.8 0.31 356.76 0.73 0.4
Hex AF 1B 23 0 55 50 1F 165 49 28
Octal 257 33 43 0 125 120 37 545 111 50
Binary 10101111 11011 100011 0 1010101 1010000 11111 101100101 1001001 101000

Color Harmonies of #AF1B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B23

Black with #AF1B23

Text Example


Text Example

White with #AF1B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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