Html Css Color HEX #F03201 Scarlet

📋 copy color: '#F03201'

red 240 ◦ green 50 ◦ blue 1

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

Shades of Scarlet #F03201

Tints of Scarlet #F03201

RGB

 RED value IS 240 (94.14% from 255) = 82.47%

 GREEN value IS 50 (19.92% from 255) = 17.18%

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

R = 82.47%
G = 17.18%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F03201 (or 0xF03201) is known color: Scarlet. HEX triplet: F0, 32 and 01. RGB value is (240,50,1). Sum of RGB (Red+Green+Blue) = 240+50+1=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F03201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03201 is #0FCDFE. Grayscale: #656565. Windows color (decimal): -1035775 or 78576. OLE color: 78576.

HSL color Cylindrical-coordinate representation of color #F03201: hue angle of 12.3º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03201 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 1 -
CMYK 0 0.79 1.00 0.06
HSL 12.3º 0.99% 0.47% -
HSV(B) 12.3º 1% 0.94% -
XYZ 37.08 20.81 2.09 -
YUV 101.22 71.45 226.98 -
System Red Green Blue C M Y K H S L
Decimal 240 50 1 0 0.79 1.00 0.06 12.3 0.99 0.47
Hex F0 32 1 0 4F 64 6 C 63 2F
Octal 360 62 1 0 117 144 6 14 143 57
Binary 11110000 110010 1 0 1001111 1100100 110 1100 1100011 101111

Color Harmonies of #F03201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03201

Black with #F03201

Text Example


Text Example

White with #F03201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03201; }

 p { color: rgb(240,50,1); }

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

background-color css

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

 a { background-color: rgb(240,50,1); }

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

border-color css

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

 span { border-color: rgb(240,50,1); }

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