Html Css Color HEX #FF0002 Torch Red

📋 copy color: '#FF0002'

red 255 ◦ green 0 ◦ blue 2

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

Shades of Torch Red #FF0002

Tints of Torch Red #FF0002

RGB

 RED value IS 255 (100% from 255) = 99.22%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 99.22%
G = 0%
B = 0.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF0002 (or 0xFF0002) is known color: Torch Red. HEX triplet: FF, 00 and 02. RGB value is (255,0,2). Sum of RGB (Red+Green+Blue) = 255+0+2=257 (34% of max value = 765). Red value is 255 (100% from 255 or 99.22% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0002 is #00FFFD. Grayscale: #4C4C4C. Windows color (decimal): -65534 or 131327. OLE color: 131327.

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

Color convert

RGB 255 0 2 -
CMYK 0 1 0.99 0
HSL 359.53º 1% 0.5% -
HSV(B) 359.53º 1% 1% -
XYZ 41.25 21.26 1.99 -
YUV 76.47 85.98 255.34 -
System Red Green Blue C M Y K H S L
Decimal 255 0 2 0 1 0.99 0 359.53 1 0.5
Hex FF 0 2 0 64 63 0 168 64 32
Octal 377 0 2 0 144 143 0 550 144 62
Binary 11111111 0 10 0 1100100 1100011 0 101101000 1100100 110010

Color Harmonies of #FF0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0002

Black with #FF0002

Text Example


Text Example

White with #FF0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0002; }

 p { color: rgb(255,0,2); }

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

background-color css

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

 a { background-color: rgb(255,0,2); }

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

border-color css

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

 span { border-color: rgb(255,0,2); }

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