Html Css Color HEX #FB0618 Torch Red

📋 copy color: '#FB0618'

red 251 ◦ green 6 ◦ blue 24

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

Shades of Torch Red #FB0618

Tints of Torch Red #FB0618

RGB

 RED value IS 251 (98.44% from 255) = 89.32%

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 89.32%
G = 2.14%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB0618 (or 0xFB0618) is known color: Torch Red. HEX triplet: FB, 06 and 18. RGB value is (251,6,24). Sum of RGB (Red+Green+Blue) = 251+6+24=281 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.32% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0618 is #04F9E7. Grayscale: #515151. Windows color (decimal): -326120 or 1574651. OLE color: 1574651.

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

Color convert

RGB 251 6 24 -
CMYK 0 0.98 0.90 0.02
HSL 355.59º 0.97% 0.5% -
HSV(B) 355.59º 0.98% 0.98% -
XYZ 40.01 20.71 2.75 -
YUV 81.31 95.67 249.04 -
System Red Green Blue C M Y K H S L
Decimal 251 6 24 0 0.98 0.90 0.02 355.59 0.97 0.5
Hex FB 6 18 0 62 5A 2 164 61 32
Octal 373 6 30 0 142 132 2 544 141 62
Binary 11111011 110 11000 0 1100010 1011010 10 101100100 1100001 110010

Color Harmonies of #FB0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0618

Black with #FB0618

Text Example


Text Example

White with #FB0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0618; }

 p { color: rgb(251,6,24); }

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

background-color css

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

 a { background-color: rgb(251,6,24); }

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

border-color css

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

 span { border-color: rgb(251,6,24); }

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