Html Css Color HEX #FF0738 Torch Red

📋 copy color: '#FF0738'

red 255 ◦ green 7 ◦ blue 56

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

Shades of Torch Red #FF0738

Tints of Torch Red #FF0738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.2%

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 80.19%
G = 2.2%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF0738 (or 0xFF0738) is known color: Torch Red. HEX triplet: FF, 07 and 38. RGB value is (255,7,56). Sum of RGB (Red+Green+Blue) = 255+7+56=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0738 is #00F8C7. Grayscale: #565656. Windows color (decimal): -63688 or 3672063. OLE color: 3672063.

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

Color convert

RGB 255 7 56 -
CMYK 0 0.97 0.78 0
HSL 348.15º 1% 0.51% -
HSV(B) 348.15º 0.97% 1% -
XYZ 42.03 21.7 5.71 -
YUV 86.74 110.66 248.02 -
System Red Green Blue C M Y K H S L
Decimal 255 7 56 0 0.97 0.78 0 348.15 1 0.51
Hex FF 7 38 0 61 4E 0 15C 64 33
Octal 377 7 70 0 141 116 0 534 144 63
Binary 11111111 111 111000 0 1100001 1001110 0 101011100 1100100 110011

Color Harmonies of #FF0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0738

Black with #FF0738

Text Example


Text Example

White with #FF0738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0738; }

 p { color: rgb(255,7,56); }

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

background-color css

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

 a { background-color: rgb(255,7,56); }

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

border-color css

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

 span { border-color: rgb(255,7,56); }

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