Html Css Color HEX #F30E1E Torch Red

📋 copy color: '#F30E1E'

red 243 ◦ green 14 ◦ blue 30

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

Shades of Torch Red #F30E1E

Tints of Torch Red #F30E1E

RGB

 RED value IS 243 (95.31% from 255) = 84.67%

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 84.67%
G = 4.88%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F30E1E (or 0xF30E1E) is known color: Torch Red. HEX triplet: F3, 0E and 1E. RGB value is (243,14,30). Sum of RGB (Red+Green+Blue) = 243+14+30=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30E1E is #0CF1E1. Grayscale: #545454. Windows color (decimal): -848354 or 1969907. OLE color: 1969907.

HSL color Cylindrical-coordinate representation of color #F30E1E: hue angle of 355.81º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30E1E is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 14 30 -
CMYK 0 0.94 0.88 0.05
HSL 355.81º 0.91% 0.5% -
HSV(B) 355.81º 0.94% 0.95% -
XYZ 37.35 19.46 3.02 -
YUV 84.3 97.37 241.2 -
System Red Green Blue C M Y K H S L
Decimal 243 14 30 0 0.94 0.88 0.05 355.81 0.91 0.5
Hex F3 E 1E 0 5E 58 5 164 5B 32
Octal 363 16 36 0 136 130 5 544 133 62
Binary 11110011 1110 11110 0 1011110 1011000 101 101100100 1011011 110010

Color Harmonies of #F30E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30E1E

Black with #F30E1E

Text Example


Text Example

White with #F30E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30E1E; }

 p { color: rgb(243,14,30); }

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

background-color css

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

 a { background-color: rgb(243,14,30); }

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

border-color css

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

 span { border-color: rgb(243,14,30); }

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