Html Css Color HEX #AF1821 Fire Engine Red

📋 copy color: '#AF1821'

red 175 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #AF1821

Tints of Fire Engine Red #AF1821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 75.43%
G = 10.34%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF1821 (or 0xAF1821) is known color: Fire Engine Red. HEX triplet: AF, 18 and 21. RGB value is (175,24,33). Sum of RGB (Red+Green+Blue) = 175+24+33=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1821 is #50E7DE. Grayscale: #464646. Windows color (decimal): -5302239 or 2169007. OLE color: 2169007.

HSL color Cylindrical-coordinate representation of color #AF1821: hue angle of 356.42º 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 #AF1821 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 33 -
CMYK 0 0.86 0.81 0.31
HSL 356.42º 0.76% 0.39% -
HSV(B) 356.42º 0.86% 0.69% -
XYZ 18.28 9.88 2.38 -
YUV 70.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 175 24 33 0 0.86 0.81 0.31 356.42 0.76 0.39
Hex AF 18 21 0 56 51 1F 164 4C 27
Octal 257 30 41 0 126 121 37 544 114 47
Binary 10101111 11000 100001 0 1010110 1010001 11111 101100100 1001100 100111

Color Harmonies of #AF1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1821

Black with #AF1821

Text Example


Text Example

White with #AF1821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1821; }

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

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

background-color css

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

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

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

border-color css

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

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

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