Html Css Color HEX #F01512 Scarlet

📋 copy color: '#F01512'

red 240 ◦ green 21 ◦ blue 18

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

Shades of Scarlet #F01512

Tints of Scarlet #F01512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 86.02%
G = 7.53%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01512 (or 0xF01512) is known color: Scarlet. HEX triplet: F0, 15 and 12. RGB value is (240,21,18). Sum of RGB (Red+Green+Blue) = 240+21+18=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F01512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01512 is #0FEAED. Grayscale: #565656. Windows color (decimal): -1043182 or 1185264. OLE color: 1185264.

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

Color convert

RGB 240 21 18 -
CMYK 0 0.91 0.92 0.06
HSL 0.81º 0.88% 0.51% -
HSV(B) 0.81º 0.93% 0.94% -
XYZ 36.31 19.11 2.35 -
YUV 86.14 89.55 237.74 -
System Red Green Blue C M Y K H S L
Decimal 240 21 18 0 0.91 0.92 0.06 0.81 0.88 0.51
Hex F0 15 12 0 5B 5C 6 1 58 33
Octal 360 25 22 0 133 134 6 1 130 63
Binary 11110000 10101 10010 0 1011011 1011100 110 1 1011000 110011

Color Harmonies of #F01512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01512

Black with #F01512

Text Example


Text Example

White with #F01512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01512; }

 p { color: rgb(240,21,18); }

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

background-color css

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

 a { background-color: rgb(240,21,18); }

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

border-color css

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

 span { border-color: rgb(240,21,18); }

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