Html Css Color HEX #AF1D21 Fire Engine Red

📋 copy color: '#AF1D21'

red 175 ◦ green 29 ◦ blue 33

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

Shades of Fire Engine Red #AF1D21

Tints of Fire Engine Red #AF1D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

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

R = 73.84%
G = 12.24%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF1D21 (or 0xAF1D21) is known color: Fire Engine Red. HEX triplet: AF, 1D and 21. RGB value is (175,29,33). Sum of RGB (Red+Green+Blue) = 175+29+33=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D21 is #50E2DE. Grayscale: #494949. Windows color (decimal): -5300959 or 2170287. OLE color: 2170287.

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

Color convert

RGB 175 29 33 -
CMYK 0 0.83 0.81 0.31
HSL 358.36º 0.72% 0.4% -
HSV(B) 358.36º 0.83% 0.69% -
XYZ 18.39 10.1 2.42 -
YUV 73.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 175 29 33 0 0.83 0.81 0.31 358.36 0.72 0.4
Hex AF 1D 21 0 53 51 1F 166 48 28
Octal 257 35 41 0 123 121 37 546 110 50
Binary 10101111 11101 100001 0 1010011 1010001 11111 101100110 1001000 101000

Color Harmonies of #AF1D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D21

Black with #AF1D21

Text Example


Text Example

White with #AF1D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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