Html Css Color HEX #F12814 Scarlet

📋 copy color: '#F12814'

red 241 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #F12814

Tints of Scarlet #F12814

RGB

 RED value IS 241 (94.53% from 255) = 80.07%

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 80.07%
G = 13.29%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F12814 (or 0xF12814) is known color: Scarlet. HEX triplet: F1, 28 and 14. RGB value is (241,40,20). Sum of RGB (Red+Green+Blue) = 241+40+20=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F12814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12814 is #0ED7EB. Grayscale: #626262. Windows color (decimal): -972780 or 1321201. OLE color: 1321201.

HSL color Cylindrical-coordinate representation of color #F12814: hue angle of 5.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F12814 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 20 -
CMYK 0 0.83 0.92 0.05
HSL 5.43º 0.89% 0.51% -
HSV(B) 5.43º 0.92% 0.95% -
XYZ 37.16 20.27 2.62 -
YUV 97.82 84.09 230.13 -
System Red Green Blue C M Y K H S L
Decimal 241 40 20 0 0.83 0.92 0.05 5.43 0.89 0.51
Hex F1 28 14 0 53 5C 5 5 59 33
Octal 361 50 24 0 123 134 5 5 131 63
Binary 11110001 101000 10100 0 1010011 1011100 101 101 1011001 110011

Color Harmonies of #F12814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12814

Black with #F12814

Text Example


Text Example

White with #F12814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12814; }

 p { color: rgb(241,40,20); }

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

background-color css

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

 a { background-color: rgb(241,40,20); }

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

border-color css

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

 span { border-color: rgb(241,40,20); }

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