Html Css Color HEX #AF1823 Fire Engine Red

📋 copy color: '#AF1823'

red 175 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #AF1823

Tints of Fire Engine Red #AF1823

RGB

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

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

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

R = 74.79%
G = 10.26%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF1823 (or 0xAF1823) is known color: Fire Engine Red. HEX triplet: AF, 18 and 23. RGB value is (175,24,35). Sum of RGB (Red+Green+Blue) = 175+24+35=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1823 is #50E7DC. Grayscale: #464646. Windows color (decimal): -5302237 or 2300079. OLE color: 2300079.

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

Color convert

RGB 175 24 35 -
CMYK 0 0.86 0.8 0.31
HSL 355.63º 0.76% 0.39% -
HSV(B) 355.63º 0.86% 0.69% -
XYZ 18.31 9.89 2.53 -
YUV 70.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 175 24 35 0 0.86 0.8 0.31 355.63 0.76 0.39
Hex AF 18 23 0 56 50 1F 164 4C 27
Octal 257 30 43 0 126 120 37 544 114 47
Binary 10101111 11000 100011 0 1010110 1010000 11111 101100100 1001100 100111

Color Harmonies of #AF1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1823

Black with #AF1823

Text Example


Text Example

White with #AF1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1823; }

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

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

background-color css

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

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

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

border-color css

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

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

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