Html Css Color HEX #F33410 Scarlet

📋 copy color: '#F33410'

red 243 ◦ green 52 ◦ blue 16

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

Shades of Scarlet #F33410

Tints of Scarlet #F33410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 78.14%
G = 16.72%
B = 5.14%

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

#F33410 (or 0xF33410) is known color: Scarlet. HEX triplet: F3, 34 and 10. RGB value is (243,52,16). Sum of RGB (Red+Green+Blue) = 243+52+16=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F33410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33410 is #0CCBEF. Grayscale: #696969. Windows color (decimal): -838640 or 1062131. OLE color: 1062131.

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

Color convert

RGB 243 52 16 -
CMYK 0 0.79 0.93 0.05
HSL 9.52º 0.9% 0.51% -
HSV(B) 9.52º 0.93% 0.95% -
XYZ 38.28 21.55 2.63 -
YUV 105.01 77.78 226.43 -
System Red Green Blue C M Y K H S L
Decimal 243 52 16 0 0.79 0.93 0.05 9.52 0.9 0.51
Hex F3 34 10 0 4F 5D 5 A 5A 33
Octal 363 64 20 0 117 135 5 12 132 63
Binary 11110011 110100 10000 0 1001111 1011101 101 1010 1011010 110011

Color Harmonies of #F33410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33410

Black with #F33410

Text Example


Text Example

White with #F33410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33410; }

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

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

background-color css

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

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

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

border-color css

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

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

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