Html Css Color HEX #F51608 Scarlet

📋 copy color: '#F51608'

red 245 ◦ green 22 ◦ blue 8

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

Shades of Scarlet #F51608

Tints of Scarlet #F51608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

 BLUE value IS 8 (3.52% from 255) = 2.91%

R = 89.09%
G = 8%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F51608 (or 0xF51608) is known color: Scarlet. HEX triplet: F5, 16 and 08. RGB value is (245,22,8). Sum of RGB (Red+Green+Blue) = 245+22+8=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F51608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51608 is #0AE9F7. Grayscale: #575757. Windows color (decimal): -715256 or 530165. OLE color: 530165.

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

Color convert

RGB 245 22 8 -
CMYK 0 0.91 0.97 0.04
HSL 3.54º 0.94% 0.5% -
HSV(B) 3.54º 0.97% 0.96% -
XYZ 37.99 20 2.09 -
YUV 87.08 83.38 240.64 -
System Red Green Blue C M Y K H S L
Decimal 245 22 8 0 0.91 0.97 0.04 3.54 0.94 0.5
Hex F5 16 8 0 5B 61 4 4 5E 32
Octal 365 26 10 0 133 141 4 4 136 62
Binary 11110101 10110 1000 0 1011011 1100001 100 100 1011110 110010

Color Harmonies of #F51608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51608

Black with #F51608

Text Example


Text Example

White with #F51608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51608; }

 p { color: rgb(245,22,8); }

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

background-color css

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

 a { background-color: rgb(245,22,8); }

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

border-color css

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

 span { border-color: rgb(245,22,8); }

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