Html Css Color HEX #F32E11 Scarlet

📋 copy color: '#F32E11'

red 243 ◦ green 46 ◦ blue 17

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

Shades of Scarlet #F32E11

Tints of Scarlet #F32E11

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 79.41%
G = 15.03%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32E11 (or 0xF32E11) is known color: Scarlet. HEX triplet: F3, 2E and 11. RGB value is (243,46,17). Sum of RGB (Red+Green+Blue) = 243+46+17=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32E11 is #0CD1EE. Grayscale: #656565. Windows color (decimal): -840175 or 1126131. OLE color: 1126131.

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

Color convert

RGB 243 46 17 -
CMYK 0 0.81 0.93 0.05
HSL 7.7º 0.9% 0.51% -
HSV(B) 7.7º 0.93% 0.95% -
XYZ 38.04 21.05 2.59 -
YUV 101.6 80.27 228.86 -
System Red Green Blue C M Y K H S L
Decimal 243 46 17 0 0.81 0.93 0.05 7.7 0.9 0.51
Hex F3 2E 11 0 51 5D 5 8 5A 33
Octal 363 56 21 0 121 135 5 10 132 63
Binary 11110011 101110 10001 0 1010001 1011101 101 1000 1011010 110011

Color Harmonies of #F32E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E11

Black with #F32E11

Text Example


Text Example

White with #F32E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E11; }

 p { color: rgb(243,46,17); }

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

background-color css

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

 a { background-color: rgb(243,46,17); }

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

border-color css

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

 span { border-color: rgb(243,46,17); }

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