Html Css Color HEX #F52015 Scarlet

📋 copy color: '#F52015'

red 245 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #F52015

Tints of Scarlet #F52015

RGB

 RED value IS 245 (96.09% from 255) = 82.21%

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 82.21%
G = 10.74%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F52015 (or 0xF52015) is known color: Scarlet. HEX triplet: F5, 20 and 15. RGB value is (245,32,21). Sum of RGB (Red+Green+Blue) = 245+32+21=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F52015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52015 is #0ADFEA. Grayscale: #5E5E5E. Windows color (decimal): -712683 or 1384693. OLE color: 1384693.

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

Color convert

RGB 245 32 21 -
CMYK 0 0.87 0.91 0.04
HSL 2.95º 0.92% 0.52% -
HSV(B) 2.95º 0.91% 0.96% -
XYZ 38.31 20.5 2.65 -
YUV 94.43 86.57 235.39 -
System Red Green Blue C M Y K H S L
Decimal 245 32 21 0 0.87 0.91 0.04 2.95 0.92 0.52
Hex F5 20 15 0 57 5B 4 3 5C 34
Octal 365 40 25 0 127 133 4 3 134 64
Binary 11110101 100000 10101 0 1010111 1011011 100 11 1011100 110100

Color Harmonies of #F52015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52015

Black with #F52015

Text Example


Text Example

White with #F52015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52015; }

 p { color: rgb(245,32,21); }

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

background-color css

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

 a { background-color: rgb(245,32,21); }

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

border-color css

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

 span { border-color: rgb(245,32,21); }

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