Html Css Color HEX #F33404 Scarlet

📋 copy color: '#F33404'

red 243 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #F33404

Tints of Scarlet #F33404

RGB

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

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

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

R = 81.27%
G = 17.39%
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

#F33404 (or 0xF33404) is known color: Scarlet. HEX triplet: F3, 34 and 04. RGB value is (243,52,4). Sum of RGB (Red+Green+Blue) = 243+52+4=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F33404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33404 is #0CCBFB. Grayscale: #686868. Windows color (decimal): -838652 or 275699. OLE color: 275699.

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

Color convert

RGB 243 52 4 -
CMYK 0 0.79 0.98 0.05
HSL 12.05º 0.97% 0.48% -
HSV(B) 12.05º 0.98% 0.95% -
XYZ 38.21 21.52 2.25 -
YUV 103.64 71.78 227.4 -
System Red Green Blue C M Y K H S L
Decimal 243 52 4 0 0.79 0.98 0.05 12.05 0.97 0.48
Hex F3 34 4 0 4F 62 5 C 61 30
Octal 363 64 4 0 117 142 5 14 141 60
Binary 11110011 110100 100 0 1001111 1100010 101 1100 1100001 110000

Color Harmonies of #F33404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33404

Black with #F33404

Text Example


Text Example

White with #F33404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33404; }

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

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

background-color css

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

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

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

border-color css

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

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

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