Html Css Color HEX #F42315 Scarlet

📋 copy color: '#F42315'

red 244 ◦ green 35 ◦ blue 21

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

Shades of Scarlet #F42315

Tints of Scarlet #F42315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 81.33%
G = 11.67%
B = 7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42315 (or 0xF42315) is known color: Scarlet. HEX triplet: F4, 23 and 15. RGB value is (244,35,21). Sum of RGB (Red+Green+Blue) = 244+35+21=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F42315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42315 is #0BDCEA. Grayscale: #606060. Windows color (decimal): -777451 or 1385460. OLE color: 1385460.

HSL color Cylindrical-coordinate representation of color #F42315: hue angle of 3.77º 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 #F42315 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 35 21 -
CMYK 0 0.86 0.91 0.04
HSL 3.77º 0.91% 0.52% -
HSV(B) 3.77º 0.91% 0.96% -
XYZ 38.04 20.49 2.66 -
YUV 95.9 85.74 233.64 -
System Red Green Blue C M Y K H S L
Decimal 244 35 21 0 0.86 0.91 0.04 3.77 0.91 0.52
Hex F4 23 15 0 56 5B 4 4 5B 34
Octal 364 43 25 0 126 133 4 4 133 64
Binary 11110100 100011 10101 0 1010110 1011011 100 100 1011011 110100

Color Harmonies of #F42315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42315

Black with #F42315

Text Example


Text Example

White with #F42315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42315; }

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

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

background-color css

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

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

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

border-color css

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

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

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