Html Css Color HEX #AF1824 Fire Engine Red

📋 copy color: '#AF1824'

red 175 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #AF1824

Tints of Fire Engine Red #AF1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

 BLUE value IS 36 (14.45% from 255) = 15.32%

R = 74.47%
G = 10.21%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF1824 (or 0xAF1824) is known color: Fire Engine Red. HEX triplet: AF, 18 and 24. RGB value is (175,24,36). Sum of RGB (Red+Green+Blue) = 175+24+36=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1824 is #50E7DB. Grayscale: #464646. Windows color (decimal): -5302236 or 2365615. OLE color: 2365615.

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

Color convert

RGB 175 24 36 -
CMYK 0 0.86 0.79 0.31
HSL 355.23º 0.76% 0.39% -
HSV(B) 355.23º 0.86% 0.69% -
XYZ 18.32 9.89 2.61 -
YUV 70.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 175 24 36 0 0.86 0.79 0.31 355.23 0.76 0.39
Hex AF 18 24 0 56 4F 1F 163 4C 27
Octal 257 30 44 0 126 117 37 543 114 47
Binary 10101111 11000 100100 0 1010110 1001111 11111 101100011 1001100 100111

Color Harmonies of #AF1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1824

Black with #AF1824

Text Example


Text Example

White with #AF1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1824; }

 p { color: rgb(175,24,36); }

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

background-color css

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

 a { background-color: rgb(175,24,36); }

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

border-color css

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

 span { border-color: rgb(175,24,36); }

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