Html Css Color HEX #F32611 Scarlet

📋 copy color: '#F32611'

red 243 ◦ green 38 ◦ blue 17

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

Shades of Scarlet #F32611

Tints of Scarlet #F32611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 81.54%
G = 12.75%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32611 (or 0xF32611) is known color: Scarlet. HEX triplet: F3, 26 and 11. RGB value is (243,38,17). Sum of RGB (Red+Green+Blue) = 243+38+17=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F32611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32611 is #0CD9EE. Grayscale: #616161. Windows color (decimal): -842223 or 1124083. OLE color: 1124083.

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

Color convert

RGB 243 38 17 -
CMYK 0 0.84 0.93 0.05
HSL 5.58º 0.9% 0.51% -
HSV(B) 5.58º 0.93% 0.95% -
XYZ 37.76 20.48 2.49 -
YUV 96.9 82.92 232.21 -
System Red Green Blue C M Y K H S L
Decimal 243 38 17 0 0.84 0.93 0.05 5.58 0.9 0.51
Hex F3 26 11 0 54 5D 5 6 5A 33
Octal 363 46 21 0 124 135 5 6 132 63
Binary 11110011 100110 10001 0 1010100 1011101 101 110 1011010 110011

Color Harmonies of #F32611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32611

Black with #F32611

Text Example


Text Example

White with #F32611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32611; }

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

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

background-color css

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

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

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

border-color css

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

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

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