Html Css Color HEX #F3290F Scarlet

📋 copy color: '#F3290F'

red 243 ◦ green 41 ◦ blue 15

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

Shades of Scarlet #F3290F

Tints of Scarlet #F3290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 81.27%
G = 13.71%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3290F (or 0xF3290F) is known color: Scarlet. HEX triplet: F3, 29 and 0F. RGB value is (243,41,15). Sum of RGB (Red+Green+Blue) = 243+41+15=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F3290F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3290F is #0CD6F0. Grayscale: #626262. Windows color (decimal): -841457 or 993779. OLE color: 993779.

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

Color convert

RGB 243 41 15 -
CMYK 0 0.83 0.94 0.05
HSL 6.84º 0.9% 0.51% -
HSV(B) 6.84º 0.94% 0.95% -
XYZ 37.84 20.68 2.45 -
YUV 98.43 80.92 231.11 -
System Red Green Blue C M Y K H S L
Decimal 243 41 15 0 0.83 0.94 0.05 6.84 0.9 0.51
Hex F3 29 F 0 53 5E 5 7 5A 33
Octal 363 51 17 0 123 136 5 7 132 63
Binary 11110011 101001 1111 0 1010011 1011110 101 111 1011010 110011

Color Harmonies of #F3290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3290F

Black with #F3290F

Text Example


Text Example

White with #F3290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3290F; }

 p { color: rgb(243,41,15); }

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

background-color css

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

 a { background-color: rgb(243,41,15); }

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

border-color css

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

 span { border-color: rgb(243,41,15); }

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