Html Css Color HEX #F32911 Scarlet

📋 copy color: '#F32911'

red 243 ◦ green 41 ◦ blue 17

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

Shades of Scarlet #F32911

Tints of Scarlet #F32911

RGB

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

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

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

R = 80.73%
G = 13.62%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32911 (or 0xF32911) is known color: Scarlet. HEX triplet: F3, 29 and 11. RGB value is (243,41,17). Sum of RGB (Red+Green+Blue) = 243+41+17=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32911 is #0CD6EE. Grayscale: #626262. Windows color (decimal): -841455 or 1124851. OLE color: 1124851.

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

Color convert

RGB 243 41 17 -
CMYK 0 0.83 0.93 0.05
HSL 6.37º 0.9% 0.51% -
HSV(B) 6.37º 0.93% 0.95% -
XYZ 37.86 20.68 2.53 -
YUV 98.66 81.92 230.95 -
System Red Green Blue C M Y K H S L
Decimal 243 41 17 0 0.83 0.93 0.05 6.37 0.9 0.51
Hex F3 29 11 0 53 5D 5 6 5A 33
Octal 363 51 21 0 123 135 5 6 132 63
Binary 11110011 101001 10001 0 1010011 1011101 101 110 1011010 110011

Color Harmonies of #F32911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32911

Black with #F32911

Text Example


Text Example

White with #F32911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32911; }

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

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

background-color css

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

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

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

border-color css

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

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

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