Html Css Color HEX #F32311 Scarlet

📋 copy color: '#F32311'

red 243 ◦ green 35 ◦ blue 17

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

Shades of Scarlet #F32311

Tints of Scarlet #F32311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 82.37%
G = 11.86%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32311 (or 0xF32311) is known color: Scarlet. HEX triplet: F3, 23 and 11. RGB value is (243,35,17). Sum of RGB (Red+Green+Blue) = 243+35+17=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F32311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32311 is #0CDCEE. Grayscale: #5F5F5F. Windows color (decimal): -842991 or 1123315. OLE color: 1123315.

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

Color convert

RGB 243 35 17 -
CMYK 0 0.86 0.93 0.05
HSL 4.78º 0.9% 0.51% -
HSV(B) 4.78º 0.93% 0.95% -
XYZ 37.66 20.3 2.46 -
YUV 95.14 83.91 233.46 -
System Red Green Blue C M Y K H S L
Decimal 243 35 17 0 0.86 0.93 0.05 4.78 0.9 0.51
Hex F3 23 11 0 56 5D 5 5 5A 33
Octal 363 43 21 0 126 135 5 5 132 63
Binary 11110011 100011 10001 0 1010110 1011101 101 101 1011010 110011

Color Harmonies of #F32311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32311

Black with #F32311

Text Example


Text Example

White with #F32311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32311; }

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

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

background-color css

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

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

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

border-color css

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

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

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