Html Css Color HEX #F33411 Scarlet

📋 copy color: '#F33411'

red 243 ◦ green 52 ◦ blue 17

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

Shades of Scarlet #F33411

Tints of Scarlet #F33411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 77.88%
G = 16.67%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F33411 (or 0xF33411) is known color: Scarlet. HEX triplet: F3, 34 and 11. RGB value is (243,52,17). Sum of RGB (Red+Green+Blue) = 243+52+17=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F33411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33411 is #0CCBEE. Grayscale: #696969. Windows color (decimal): -838639 or 1127667. OLE color: 1127667.

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

Color convert

RGB 243 52 17 -
CMYK 0 0.79 0.93 0.05
HSL 9.29º 0.9% 0.51% -
HSV(B) 9.29º 0.93% 0.95% -
XYZ 38.29 21.55 2.67 -
YUV 105.12 78.28 226.35 -
System Red Green Blue C M Y K H S L
Decimal 243 52 17 0 0.79 0.93 0.05 9.29 0.9 0.51
Hex F3 34 11 0 4F 5D 5 9 5A 33
Octal 363 64 21 0 117 135 5 11 132 63
Binary 11110011 110100 10001 0 1001111 1011101 101 1001 1011010 110011

Color Harmonies of #F33411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33411

Black with #F33411

Text Example


Text Example

White with #F33411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33411; }

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

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

background-color css

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

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

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

border-color css

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

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

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