Html Css Color HEX #F42415 Scarlet

📋 copy color: '#F42415'

red 244 ◦ green 36 ◦ blue 21

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

Shades of Scarlet #F42415

Tints of Scarlet #F42415

RGB

 RED value IS 244 (95.7% from 255) = 81.06%

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

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

R = 81.06%
G = 11.96%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42415 (or 0xF42415) is known color: Scarlet. HEX triplet: F4, 24 and 15. RGB value is (244,36,21). Sum of RGB (Red+Green+Blue) = 244+36+21=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F42415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42415 is #0BDBEA. Grayscale: #606060. Windows color (decimal): -777195 or 1385716. OLE color: 1385716.

HSL color Cylindrical-coordinate representation of color #F42415: hue angle of 4.04º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F42415 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 21 -
CMYK 0 0.85 0.91 0.04
HSL 4.04º 0.91% 0.52% -
HSV(B) 4.04º 0.91% 0.96% -
XYZ 38.07 20.55 2.67 -
YUV 96.48 85.41 233.22 -
System Red Green Blue C M Y K H S L
Decimal 244 36 21 0 0.85 0.91 0.04 4.04 0.91 0.52
Hex F4 24 15 0 55 5B 4 4 5B 34
Octal 364 44 25 0 125 133 4 4 133 64
Binary 11110100 100100 10101 0 1010101 1011011 100 100 1011011 110100

Color Harmonies of #F42415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42415

Black with #F42415

Text Example


Text Example

White with #F42415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42415; }

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

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

background-color css

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

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

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

border-color css

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

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

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