Html Css Color HEX #F33400 Scarlet

📋 copy color: '#F33400'

red 243 ◦ green 52 ◦ blue 0

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

Shades of Scarlet #F33400

Tints of Scarlet #F33400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.37%
G = 17.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F33400 (or 0xF33400) is known color: Scarlet. HEX triplet: F3, 34 and 00. RGB value is (243,52,0). Sum of RGB (Red+Green+Blue) = 243+52+0=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F33400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33400 is #0CCBFF. Grayscale: #676767. Windows color (decimal): -838656 or 13555. OLE color: 13555.

HSL color Cylindrical-coordinate representation of color #F33400: hue angle of 12.84º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F33400 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 52 0 -
CMYK 0 0.79 1 0.05
HSL 12.84º 1% 0.48% -
HSV(B) 12.84º 1% 0.95% -
XYZ 38.19 21.51 2.14 -
YUV 103.18 69.78 227.73 -
System Red Green Blue C M Y K H S L
Decimal 243 52 0 0 0.79 1 0.05 12.84 1 0.48
Hex F3 34 0 0 4F 64 5 D 64 30
Octal 363 64 0 0 117 144 5 15 144 60
Binary 11110011 110100 0 0 1001111 1100100 101 1101 1100100 110000

Color Harmonies of #F33400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33400

Black with #F33400

Text Example


Text Example

White with #F33400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33400; }

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

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

background-color css

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

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

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

border-color css

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

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

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