Html Css Color HEX #F33001 Scarlet

📋 copy color: '#F33001'

red 243 ◦ green 48 ◦ blue 1

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

Shades of Scarlet #F33001

Tints of Scarlet #F33001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 83.22%
G = 16.44%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F33001 (or 0xF33001) is known color: Scarlet. HEX triplet: F3, 30 and 01. RGB value is (243,48,1). Sum of RGB (Red+Green+Blue) = 243+48+1=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F33001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33001 is #0CCFFE. Grayscale: #656565. Windows color (decimal): -839679 or 78067. OLE color: 78067.

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

Color convert

RGB 243 48 1 -
CMYK 0 0.80 1.00 0.05
HSL 11.65º 0.99% 0.48% -
HSV(B) 11.65º 1% 0.95% -
XYZ 38.02 21.17 2.11 -
YUV 100.95 71.6 229.32 -
System Red Green Blue C M Y K H S L
Decimal 243 48 1 0 0.80 1.00 0.05 11.65 0.99 0.48
Hex F3 30 1 0 50 64 5 C 63 30
Octal 363 60 1 0 120 144 5 14 143 60
Binary 11110011 110000 1 0 1010000 1100100 101 1100 1100011 110000

Color Harmonies of #F33001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33001

Black with #F33001

Text Example


Text Example

White with #F33001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33001; }

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

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

background-color css

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

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

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

border-color css

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

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

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