Html Css Color HEX #F30327 Torch Red

📋 copy color: '#F30327'

red 243 ◦ green 3 ◦ blue 39

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

Shades of Torch Red #F30327

Tints of Torch Red #F30327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 85.26%
G = 1.05%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F30327 (or 0xF30327) is known color: Torch Red. HEX triplet: F3, 03 and 27. RGB value is (243,3,39). Sum of RGB (Red+Green+Blue) = 243+3+39=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F30327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30327 is #0CFCD8. Grayscale: #4E4E4E. Windows color (decimal): -851161 or 2556915. OLE color: 2556915.

HSL color Cylindrical-coordinate representation of color #F30327: hue angle of 351º 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 #F30327 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 3 39 -
CMYK 0 0.99 0.84 0.05
HSL 351º 0.98% 0.48% -
HSV(B) 351º 0.99% 0.95% -
XYZ 37.36 19.27 3.67 -
YUV 78.86 105.51 245.07 -
System Red Green Blue C M Y K H S L
Decimal 243 3 39 0 0.99 0.84 0.05 351 0.98 0.48
Hex F3 3 27 0 63 54 5 15F 62 30
Octal 363 3 47 0 143 124 5 537 142 60
Binary 11110011 11 100111 0 1100011 1010100 101 101011111 1100010 110000

Color Harmonies of #F30327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30327

Black with #F30327

Text Example


Text Example

White with #F30327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30327; }

 p { color: rgb(243,3,39); }

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

background-color css

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

 a { background-color: rgb(243,3,39); }

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

border-color css

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

 span { border-color: rgb(243,3,39); }

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