Html Css Color HEX #F33310 Scarlet

📋 copy color: '#F33310'

red 243 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #F33310

Tints of Scarlet #F33310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 78.39%
G = 16.45%
B = 5.16%

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

#F33310 (or 0xF33310) is known color: Scarlet. HEX triplet: F3, 33 and 10. RGB value is (243,51,16). Sum of RGB (Red+Green+Blue) = 243+51+16=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F33310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33310 is #0CCCEF. Grayscale: #686868. Windows color (decimal): -838896 or 1061875. OLE color: 1061875.

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

Color convert

RGB 243 51 16 -
CMYK 0 0.79 0.93 0.05
HSL 9.25º 0.9% 0.51% -
HSV(B) 9.25º 0.93% 0.95% -
XYZ 38.24 21.46 2.62 -
YUV 104.42 78.11 226.85 -
System Red Green Blue C M Y K H S L
Decimal 243 51 16 0 0.79 0.93 0.05 9.25 0.9 0.51
Hex F3 33 10 0 4F 5D 5 9 5A 33
Octal 363 63 20 0 117 135 5 11 132 63
Binary 11110011 110011 10000 0 1001111 1011101 101 1001 1011010 110011

Color Harmonies of #F33310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33310

Black with #F33310

Text Example


Text Example

White with #F33310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33310; }

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

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

background-color css

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

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

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

border-color css

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

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

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