Html Css Color HEX #F33304 Scarlet

📋 copy color: '#F33304'

red 243 ◦ green 51 ◦ blue 4

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

Shades of Scarlet #F33304

Tints of Scarlet #F33304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 81.54%
G = 17.11%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F33304 (or 0xF33304) is known color: Scarlet. HEX triplet: F3, 33 and 04. RGB value is (243,51,4). Sum of RGB (Red+Green+Blue) = 243+51+4=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F33304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33304 is #0CCCFB. Grayscale: #676767. Windows color (decimal): -838908 or 275443. OLE color: 275443.

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

Color convert

RGB 243 51 4 -
CMYK 0 0.79 0.98 0.05
HSL 11.8º 0.97% 0.48% -
HSV(B) 11.8º 0.98% 0.95% -
XYZ 38.17 21.43 2.24 -
YUV 103.05 72.11 227.82 -
System Red Green Blue C M Y K H S L
Decimal 243 51 4 0 0.79 0.98 0.05 11.8 0.97 0.48
Hex F3 33 4 0 4F 62 5 C 61 30
Octal 363 63 4 0 117 142 5 14 141 60
Binary 11110011 110011 100 0 1001111 1100010 101 1100 1100001 110000

Color Harmonies of #F33304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33304

Black with #F33304

Text Example


Text Example

White with #F33304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33304; }

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

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

background-color css

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

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

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

border-color css

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

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

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