Html Css Color HEX #F51F0D Scarlet

📋 copy color: '#F51F0D'

red 245 ◦ green 31 ◦ blue 13

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

Shades of Scarlet #F51F0D

Tints of Scarlet #F51F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.73%

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

R = 84.78%
G = 10.73%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F51F0D (or 0xF51F0D) is known color: Scarlet. HEX triplet: F5, 1F and 0D. RGB value is (245,31,13). Sum of RGB (Red+Green+Blue) = 245+31+13=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51F0D is #0AE0F2. Grayscale: #5D5D5D. Windows color (decimal): -712947 or 860149. OLE color: 860149.

HSL color Cylindrical-coordinate representation of color #F51F0D: hue angle of 4.66º 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 #F51F0D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 31 13 -
CMYK 0 0.87 0.95 0.04
HSL 4.66º 0.92% 0.51% -
HSV(B) 4.66º 0.95% 0.96% -
XYZ 38.22 20.42 2.31 -
YUV 92.93 82.9 236.46 -
System Red Green Blue C M Y K H S L
Decimal 245 31 13 0 0.87 0.95 0.04 4.66 0.92 0.51
Hex F5 1F D 0 57 5F 4 5 5C 33
Octal 365 37 15 0 127 137 4 5 134 63
Binary 11110101 11111 1101 0 1010111 1011111 100 101 1011100 110011

Color Harmonies of #F51F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51F0D

Black with #F51F0D

Text Example


Text Example

White with #F51F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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