Html Css Color HEX #F33014 Scarlet

📋 copy color: '#F33014'

red 243 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #F33014

Tints of Scarlet #F33014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 78.14%
G = 15.43%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F33014 (or 0xF33014) is known color: Scarlet. HEX triplet: F3, 30 and 14. RGB value is (243,48,20). Sum of RGB (Red+Green+Blue) = 243+48+20=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F33014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33014 is #0CCFEB. Grayscale: #676767. Windows color (decimal): -839660 or 1323251. OLE color: 1323251.

HSL color Cylindrical-coordinate representation of color #F33014: hue angle of 7.53º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F33014 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 20 -
CMYK 0 0.80 0.92 0.05
HSL 7.53º 0.9% 0.52% -
HSV(B) 7.53º 0.92% 0.95% -
XYZ 38.15 21.22 2.75 -
YUV 103.11 81.1 227.78 -
System Red Green Blue C M Y K H S L
Decimal 243 48 20 0 0.80 0.92 0.05 7.53 0.9 0.52
Hex F3 30 14 0 50 5C 5 8 5A 34
Octal 363 60 24 0 120 134 5 10 132 64
Binary 11110011 110000 10100 0 1010000 1011100 101 1000 1011010 110100

Color Harmonies of #F33014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33014

Black with #F33014

Text Example


Text Example

White with #F33014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33014; }

 p { color: rgb(243,48,20); }

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

background-color css

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

 a { background-color: rgb(243,48,20); }

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

border-color css

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

 span { border-color: rgb(243,48,20); }

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