Html Css Color HEX #F01C0F Scarlet

📋 copy color: '#F01C0F'

red 240 ◦ green 28 ◦ blue 15

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

Shades of Scarlet #F01C0F

Tints of Scarlet #F01C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 84.81%
G = 9.89%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F01C0F (or 0xF01C0F) is known color: Scarlet. HEX triplet: F0, 1C and 0F. RGB value is (240,28,15). Sum of RGB (Red+Green+Blue) = 240+28+15=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C0F is #0FE3F0. Grayscale: #5A5A5A. Windows color (decimal): -1041393 or 990448. OLE color: 990448.

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

Color convert

RGB 240 28 15 -
CMYK 0 0.88 0.94 0.06
HSL 3.47º 0.88% 0.5% -
HSV(B) 3.47º 0.94% 0.94% -
XYZ 36.44 19.39 2.27 -
YUV 89.91 85.74 235.06 -
System Red Green Blue C M Y K H S L
Decimal 240 28 15 0 0.88 0.94 0.06 3.47 0.88 0.5
Hex F0 1C F 0 58 5E 6 3 58 32
Octal 360 34 17 0 130 136 6 3 130 62
Binary 11110000 11100 1111 0 1011000 1011110 110 11 1011000 110010

Color Harmonies of #F01C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C0F

Black with #F01C0F

Text Example


Text Example

White with #F01C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C0F; }

 p { color: rgb(240,28,15); }

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

background-color css

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

 a { background-color: rgb(240,28,15); }

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

border-color css

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

 span { border-color: rgb(240,28,15); }

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