Html Css Color HEX #F51402 Scarlet

📋 copy color: '#F51402'

red 245 ◦ green 20 ◦ blue 2

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

Shades of Scarlet #F51402

Tints of Scarlet #F51402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 91.76%
G = 7.49%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F51402 (or 0xF51402) is known color: Scarlet. HEX triplet: F5, 14 and 02. RGB value is (245,20,2). Sum of RGB (Red+Green+Blue) = 245+20+2=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F51402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51402 is #0AEBFD. Grayscale: #555555. Windows color (decimal): -715774 or 136437. OLE color: 136437.

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

Color convert

RGB 245 20 2 -
CMYK 0 0.92 0.99 0.04
HSL 4.44º 0.98% 0.48% -
HSV(B) 4.44º 0.99% 0.96% -
XYZ 37.92 19.92 1.9 -
YUV 85.22 81.04 241.96 -
System Red Green Blue C M Y K H S L
Decimal 245 20 2 0 0.92 0.99 0.04 4.44 0.98 0.48
Hex F5 14 2 0 5C 63 4 4 62 30
Octal 365 24 2 0 134 143 4 4 142 60
Binary 11110101 10100 10 0 1011100 1100011 100 100 1100010 110000

Color Harmonies of #F51402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51402

Black with #F51402

Text Example


Text Example

White with #F51402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51402; }

 p { color: rgb(245,20,2); }

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

background-color css

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

 a { background-color: rgb(245,20,2); }

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

border-color css

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

 span { border-color: rgb(245,20,2); }

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