Html Css Color HEX #F33015 Scarlet

📋 copy color: '#F33015'

red 243 ◦ green 48 ◦ blue 21

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

Shades of Scarlet #F33015

Tints of Scarlet #F33015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 77.88%
G = 15.38%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F33015 (or 0xF33015) is known color: Scarlet. HEX triplet: F3, 30 and 15. RGB value is (243,48,21). Sum of RGB (Red+Green+Blue) = 243+48+21=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F33015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33015 is #0CCFEA. Grayscale: #676767. Windows color (decimal): -839659 or 1388787. OLE color: 1388787.

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

Color convert

RGB 243 48 21 -
CMYK 0 0.80 0.91 0.05
HSL 7.3º 0.9% 0.52% -
HSV(B) 7.3º 0.91% 0.95% -
XYZ 38.15 21.22 2.79 -
YUV 103.23 81.6 227.7 -
System Red Green Blue C M Y K H S L
Decimal 243 48 21 0 0.80 0.91 0.05 7.3 0.9 0.52
Hex F3 30 15 0 50 5B 5 7 5A 34
Octal 363 60 25 0 120 133 5 7 132 64
Binary 11110011 110000 10101 0 1010000 1011011 101 111 1011010 110100

Color Harmonies of #F33015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33015

Black with #F33015

Text Example


Text Example

White with #F33015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33015; }

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

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

background-color css

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

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

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

border-color css

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

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

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