Html Css Color HEX #FA0827 Torch Red

📋 copy color: '#FA0827'

red 250 ◦ green 8 ◦ blue 39

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

Shades of Torch Red #FA0827

Tints of Torch Red #FA0827

RGB

 RED value IS 250 (98.05% from 255) = 84.18%

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 84.18%
G = 2.69%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA0827 (or 0xFA0827) is known color: Torch Red. HEX triplet: FA, 08 and 27. RGB value is (250,8,39). Sum of RGB (Red+Green+Blue) = 250+8+39=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0827 is #05F7D8. Grayscale: #545454. Windows color (decimal): -391129 or 2558202. OLE color: 2558202.

HSL color Cylindrical-coordinate representation of color #FA0827: hue angle of 352.31º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0827 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 39 -
CMYK 0 0.97 0.84 0.02
HSL 352.31º 0.96% 0.51% -
HSV(B) 352.31º 0.97% 0.98% -
XYZ 39.88 20.64 3.8 -
YUV 83.89 102.67 246.48 -
System Red Green Blue C M Y K H S L
Decimal 250 8 39 0 0.97 0.84 0.02 352.31 0.96 0.51
Hex FA 8 27 0 61 54 2 160 60 33
Octal 372 10 47 0 141 124 2 540 140 63
Binary 11111010 1000 100111 0 1100001 1010100 10 101100000 1100000 110011

Color Harmonies of #FA0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0827

Black with #FA0827

Text Example


Text Example

White with #FA0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0827; }

 p { color: rgb(250,8,39); }

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

background-color css

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

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

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

border-color css

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

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

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