Html Css Color HEX #AF2727 Fire Brick

📋 copy color: '#AF2727'

red 175 ◦ green 39 ◦ blue 39

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

Shades of Fire Brick #AF2727

Tints of Fire Brick #AF2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 69.17%
G = 15.42%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2727 (or 0xAF2727) is known color: Fire Brick. HEX triplet: AF, 27 and 27. RGB value is (175,39,39). Sum of RGB (Red+Green+Blue) = 175+39+39=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2727 is #50D8D8. Grayscale: #4F4F4F. Windows color (decimal): -5298393 or 2566063. OLE color: 2566063.

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

Color convert

RGB 175 39 39 -
CMYK 0 0.78 0.78 0.31
HSL 0.64% 0.42% -
HSV(B) 0.78% 0.69% -
XYZ 18.77 10.71 3 -
YUV 79.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 175 39 39 0 0.78 0.78 0.31 0 0.64 0.42
Hex AF 27 27 0 4E 4E 1F 0 40 2A
Octal 257 47 47 0 116 116 37 0 100 52
Binary 10101111 100111 100111 0 1001110 1001110 11111 0 1000000 101010

Color Harmonies of #AF2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2727

Black with #AF2727

Text Example


Text Example

White with #AF2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2727; }

 p { color: rgb(175,39,39); }

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

background-color css

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

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

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

border-color css

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

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

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