Html Css Color HEX #F51612 Scarlet

📋 copy color: '#F51612'

red 245 ◦ green 22 ◦ blue 18

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

Shades of Scarlet #F51612

Tints of Scarlet #F51612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 85.96%
G = 7.72%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F51612 (or 0xF51612) is known color: Scarlet. HEX triplet: F5, 16 and 12. RGB value is (245,22,18). Sum of RGB (Red+Green+Blue) = 245+22+18=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F51612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51612 is #0AE9ED. Grayscale: #585858. Windows color (decimal): -715246 or 1185525. OLE color: 1185525.

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

Color convert

RGB 245 22 18 -
CMYK 0 0.91 0.93 0.04
HSL 1.06º 0.92% 0.52% -
HSV(B) 1.06º 0.93% 0.96% -
XYZ 38.05 20.03 2.43 -
YUV 88.22 88.38 239.83 -
System Red Green Blue C M Y K H S L
Decimal 245 22 18 0 0.91 0.93 0.04 1.06 0.92 0.52
Hex F5 16 12 0 5B 5D 4 1 5C 34
Octal 365 26 22 0 133 135 4 1 134 64
Binary 11110101 10110 10010 0 1011011 1011101 100 1 1011100 110100

Color Harmonies of #F51612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51612

Black with #F51612

Text Example


Text Example

White with #F51612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51612; }

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

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

background-color css

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

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

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

border-color css

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

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

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