Html Css Color HEX #FF0F3E Torch Red

📋 copy color: '#FF0F3E'

red 255 ◦ green 15 ◦ blue 62

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

Shades of Torch Red #FF0F3E

Tints of Torch Red #FF0F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.52%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 76.81%
G = 4.52%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF0F3E (or 0xFF0F3E) is known color: Torch Red. HEX triplet: FF, 0F and 3E. RGB value is (255,15,62). Sum of RGB (Red+Green+Blue) = 255+15+62=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F3E is #00F0C1. Grayscale: #5C5C5C. Windows color (decimal): -61634 or 4067327. OLE color: 4067327.

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

Color convert

RGB 255 15 62 -
CMYK 0 0.94 0.76 0
HSL 348.25º 1% 0.53% -
HSV(B) 348.25º 0.94% 1% -
XYZ 42.28 21.95 6.57 -
YUV 92.12 111.01 244.18 -
System Red Green Blue C M Y K H S L
Decimal 255 15 62 0 0.94 0.76 0 348.25 1 0.53
Hex FF F 3E 0 5E 4C 0 15C 64 35
Octal 377 17 76 0 136 114 0 534 144 65
Binary 11111111 1111 111110 0 1011110 1001100 0 101011100 1100100 110101

Color Harmonies of #FF0F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F3E

Black with #FF0F3E

Text Example


Text Example

White with #FF0F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F3E; }

 p { color: rgb(255,15,62); }

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

background-color css

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

 a { background-color: rgb(255,15,62); }

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

border-color css

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

 span { border-color: rgb(255,15,62); }

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