Html Css Color HEX #F51405 Scarlet

📋 copy color: '#F51405'

red 245 ◦ green 20 ◦ blue 5

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

Shades of Scarlet #F51405

Tints of Scarlet #F51405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 90.74%
G = 7.41%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F51405 (or 0xF51405) is known color: Scarlet. HEX triplet: F5, 14 and 05. RGB value is (245,20,5). Sum of RGB (Red+Green+Blue) = 245+20+5=270 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.74% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 245 - color contains mainly: red. Hex color #F51405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51405 is #0AEBFA. Grayscale: #555555. Windows color (decimal): -715771 or 333045. OLE color: 333045.

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

Color convert

RGB 245 20 5 -
CMYK 0 0.92 0.98 0.04
HSL 3.75º 0.96% 0.49% -
HSV(B) 3.75º 0.98% 0.96% -
XYZ 37.93 19.92 1.99 -
YUV 85.57 82.54 241.72 -
System Red Green Blue C M Y K H S L
Decimal 245 20 5 0 0.92 0.98 0.04 3.75 0.96 0.49
Hex F5 14 5 0 5C 62 4 4 60 31
Octal 365 24 5 0 134 142 4 4 140 61
Binary 11110101 10100 101 0 1011100 1100010 100 100 1100000 110001

Color Harmonies of #F51405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51405

Black with #F51405

Text Example


Text Example

White with #F51405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51405; }

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

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

background-color css

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

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

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

border-color css

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

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

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