Html Css Color HEX #F01702 Scarlet

📋 copy color: '#F01702'

red 240 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #F01702

Tints of Scarlet #F01702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 90.57%
G = 8.68%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01702 (or 0xF01702) is known color: Scarlet. HEX triplet: F0, 17 and 02. RGB value is (240,23,2). Sum of RGB (Red+Green+Blue) = 240+23+2=265 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.57% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 240 - color contains mainly: red. Hex color #F01702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01702 is #0FE8FD. Grayscale: #555555. Windows color (decimal): -1042686 or 137200. OLE color: 137200.

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

Color convert

RGB 240 23 2 -
CMYK 0 0.90 0.99 0.06
HSL 5.29º 0.98% 0.47% -
HSV(B) 5.29º 0.99% 0.94% -
XYZ 36.25 19.14 1.84 -
YUV 85.49 80.89 238.21 -
System Red Green Blue C M Y K H S L
Decimal 240 23 2 0 0.90 0.99 0.06 5.29 0.98 0.47
Hex F0 17 2 0 5A 63 6 5 62 2F
Octal 360 27 2 0 132 143 6 5 142 57
Binary 11110000 10111 10 0 1011010 1100011 110 101 1100010 101111

Color Harmonies of #F01702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01702

Black with #F01702

Text Example


Text Example

White with #F01702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01702; }

 p { color: rgb(240,23,2); }

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

background-color css

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

 a { background-color: rgb(240,23,2); }

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

border-color css

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

 span { border-color: rgb(240,23,2); }

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