Html Css Color HEX #F5150D Scarlet

📋 copy color: '#F5150D'

red 245 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #F5150D

Tints of Scarlet #F5150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.66%

R = 87.81%
G = 7.53%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5150D (or 0xF5150D) is known color: Scarlet. HEX triplet: F5, 15 and 0D. RGB value is (245,21,13). Sum of RGB (Red+Green+Blue) = 245+21+13=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F5150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5150D is #0AEAF2. Grayscale: #575757. Windows color (decimal): -715507 or 857589. OLE color: 857589.

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

Color convert

RGB 245 21 13 -
CMYK 0 0.91 0.95 0.04
HSL 2.07º 0.92% 0.51% -
HSV(B) 2.07º 0.95% 0.96% -
XYZ 38 19.98 2.23 -
YUV 87.06 86.21 240.65 -
System Red Green Blue C M Y K H S L
Decimal 245 21 13 0 0.91 0.95 0.04 2.07 0.92 0.51
Hex F5 15 D 0 5B 5F 4 2 5C 33
Octal 365 25 15 0 133 137 4 2 134 63
Binary 11110101 10101 1101 0 1011011 1011111 100 10 1011100 110011

Color Harmonies of #F5150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5150D

Black with #F5150D

Text Example


Text Example

White with #F5150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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