Html Css Color HEX #FF0342 Torch Red

📋 copy color: '#FF0342'

red 255 ◦ green 3 ◦ blue 66

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

Shades of Torch Red #FF0342

Tints of Torch Red #FF0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 78.7%
G = 0.93%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF0342 (or 0xFF0342) is known color: Torch Red. HEX triplet: FF, 03 and 42. RGB value is (255,3,66). Sum of RGB (Red+Green+Blue) = 255+3+66=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0342 is #00FCBD. Grayscale: #555555. Windows color (decimal): -64702 or 4326399. OLE color: 4326399.

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

Color convert

RGB 255 3 66 -
CMYK 0 0.99 0.74 0
HSL 345º 1% 0.51% -
HSV(B) 345º 0.99% 1% -
XYZ 42.26 21.72 7.12 -
YUV 85.53 116.99 248.88 -
System Red Green Blue C M Y K H S L
Decimal 255 3 66 0 0.99 0.74 0 345 1 0.51
Hex FF 3 42 0 63 4A 0 159 64 33
Octal 377 3 102 0 143 112 0 531 144 63
Binary 11111111 11 1000010 0 1100011 1001010 0 101011001 1100100 110011

Color Harmonies of #FF0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0342

Black with #FF0342

Text Example


Text Example

White with #FF0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0342; }

 p { color: rgb(255,3,66); }

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

background-color css

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

 a { background-color: rgb(255,3,66); }

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

border-color css

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

 span { border-color: rgb(255,3,66); }

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