Html Css Color HEX #FA0823 Torch Red

📋 copy color: '#FA0823'

red 250 ◦ green 8 ◦ blue 35

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

Shades of Torch Red #FA0823

Tints of Torch Red #FA0823

RGB

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

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

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

R = 85.32%
G = 2.73%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA0823 (or 0xFA0823) is known color: Torch Red. HEX triplet: FA, 08 and 23. RGB value is (250,8,35). Sum of RGB (Red+Green+Blue) = 250+8+35=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0823 is #05F7DC. Grayscale: #535353. Windows color (decimal): -391133 or 2296058. OLE color: 2296058.

HSL color Cylindrical-coordinate representation of color #FA0823: hue angle of 353.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 #FA0823 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 35 -
CMYK 0 0.97 0.86 0.02
HSL 353.31º 0.96% 0.51% -
HSV(B) 353.31º 0.97% 0.98% -
XYZ 39.81 20.62 3.47 -
YUV 83.44 100.67 246.8 -
System Red Green Blue C M Y K H S L
Decimal 250 8 35 0 0.97 0.86 0.02 353.31 0.96 0.51
Hex FA 8 23 0 61 56 2 161 60 33
Octal 372 10 43 0 141 126 2 541 140 63
Binary 11111010 1000 100011 0 1100001 1010110 10 101100001 1100000 110011

Color Harmonies of #FA0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0823

Black with #FA0823

Text Example


Text Example

White with #FA0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0823; }

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

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

background-color css

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

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

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

border-color css

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

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

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