Html Css Color HEX #F30225 Torch Red

📋 copy color: '#F30225'

red 243 ◦ green 2 ◦ blue 37

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

Shades of Torch Red #F30225

Tints of Torch Red #F30225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 86.17%
G = 0.71%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F30225 (or 0xF30225) is known color: Torch Red. HEX triplet: F3, 02 and 25. RGB value is (243,2,37). Sum of RGB (Red+Green+Blue) = 243+2+37=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F30225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30225 is #0CFDDA. Grayscale: #4E4E4E. Windows color (decimal): -851419 or 2425587. OLE color: 2425587.

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

Color convert

RGB 243 2 37 -
CMYK 0 0.99 0.85 0.05
HSL 351.29º 0.98% 0.48% -
HSV(B) 351.29º 0.99% 0.95% -
XYZ 37.32 19.23 3.5 -
YUV 78.05 104.84 245.65 -
System Red Green Blue C M Y K H S L
Decimal 243 2 37 0 0.99 0.85 0.05 351.29 0.98 0.48
Hex F3 2 25 0 63 55 5 15F 62 30
Octal 363 2 45 0 143 125 5 537 142 60
Binary 11110011 10 100101 0 1100011 1010101 101 101011111 1100010 110000

Color Harmonies of #F30225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30225

Black with #F30225

Text Example


Text Example

White with #F30225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30225; }

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

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

background-color css

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

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

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

border-color css

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

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

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