Html Css Color HEX #F02415 Scarlet

📋 copy color: '#F02415'

red 240 ◦ green 36 ◦ blue 21

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

Shades of Scarlet #F02415

Tints of Scarlet #F02415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 80.81%
G = 12.12%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F02415 (or 0xF02415) is known color: Scarlet. HEX triplet: F0, 24 and 15. RGB value is (240,36,21). Sum of RGB (Red+Green+Blue) = 240+36+21=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02415 is #0FDBEA. Grayscale: #5F5F5F. Windows color (decimal): -1039339 or 1385712. OLE color: 1385712.

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

Color convert

RGB 240 36 21 -
CMYK 0 0.85 0.91 0.06
HSL 4.11º 0.88% 0.51% -
HSV(B) 4.11º 0.91% 0.94% -
XYZ 36.7 19.84 2.6 -
YUV 95.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 240 36 21 0 0.85 0.91 0.06 4.11 0.88 0.51
Hex F0 24 15 0 55 5B 6 4 58 33
Octal 360 44 25 0 125 133 6 4 130 63
Binary 11110000 100100 10101 0 1010101 1011011 110 100 1011000 110011

Color Harmonies of #F02415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02415

Black with #F02415

Text Example


Text Example

White with #F02415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02415; }

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

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

background-color css

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

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

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

border-color css

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

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

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