Html Css Color HEX #F02D01 Scarlet

📋 copy color: '#F02D01'

red 240 ◦ green 45 ◦ blue 1

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

Shades of Scarlet #F02D01

Tints of Scarlet #F02D01

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

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

R = 83.92%
G = 15.73%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F02D01 (or 0xF02D01) is known color: Scarlet. HEX triplet: F0, 2D and 01. RGB value is (240,45,1). Sum of RGB (Red+Green+Blue) = 240+45+1=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02D01 is #0FD2FE. Grayscale: #626262. Windows color (decimal): -1037055 or 77296. OLE color: 77296.

HSL color Cylindrical-coordinate representation of color #F02D01: hue angle of 11.05º 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 #F02D01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 45 1 -
CMYK 0 0.81 1.00 0.06
HSL 11.05º 0.99% 0.47% -
HSV(B) 11.05º 1% 0.94% -
XYZ 36.88 20.4 2.02 -
YUV 98.29 73.1 229.08 -
System Red Green Blue C M Y K H S L
Decimal 240 45 1 0 0.81 1.00 0.06 11.05 0.99 0.47
Hex F0 2D 1 0 51 64 6 B 63 2F
Octal 360 55 1 0 121 144 6 13 143 57
Binary 11110000 101101 1 0 1010001 1100100 110 1011 1100011 101111

Color Harmonies of #F02D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D01

Black with #F02D01

Text Example


Text Example

White with #F02D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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