Html Css Color HEX #F30825 Torch Red

📋 copy color: '#F30825'

red 243 ◦ green 8 ◦ blue 37

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

Shades of Torch Red #F30825

Tints of Torch Red #F30825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 84.38%
G = 2.78%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F30825 (or 0xF30825) is known color: Torch Red. HEX triplet: F3, 08 and 25. RGB value is (243,8,37). Sum of RGB (Red+Green+Blue) = 243+8+37=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F30825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30825 is #0CF7DA. Grayscale: #515151. Windows color (decimal): -849883 or 2427123. OLE color: 2427123.

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

Color convert

RGB 243 8 37 -
CMYK 0 0.97 0.85 0.05
HSL 352.6º 0.94% 0.49% -
HSV(B) 352.6º 0.97% 0.95% -
XYZ 37.38 19.36 3.52 -
YUV 81.57 102.86 243.14 -
System Red Green Blue C M Y K H S L
Decimal 243 8 37 0 0.97 0.85 0.05 352.6 0.94 0.49
Hex F3 8 25 0 61 55 5 161 5E 31
Octal 363 10 45 0 141 125 5 541 136 61
Binary 11110011 1000 100101 0 1100001 1010101 101 101100001 1011110 110001

Color Harmonies of #F30825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30825

Black with #F30825

Text Example


Text Example

White with #F30825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30825; }

 p { color: rgb(243,8,37); }

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

background-color css

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

 a { background-color: rgb(243,8,37); }

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

border-color css

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

 span { border-color: rgb(243,8,37); }

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