Html Css Color HEX #F12712 Scarlet

📋 copy color: '#F12712'

red 241 ◦ green 39 ◦ blue 18

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

Shades of Scarlet #F12712

Tints of Scarlet #F12712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

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

R = 80.87%
G = 13.09%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12712 (or 0xF12712) is known color: Scarlet. HEX triplet: F1, 27 and 12. RGB value is (241,39,18). Sum of RGB (Red+Green+Blue) = 241+39+18=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F12712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12712 is #0ED8ED. Grayscale: #616161. Windows color (decimal): -973038 or 1189873. OLE color: 1189873.

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

Color convert

RGB 241 39 18 -
CMYK 0 0.84 0.93 0.05
HSL 5.65º 0.89% 0.51% -
HSV(B) 5.65º 0.93% 0.95% -
XYZ 37.11 20.2 2.51 -
YUV 97 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 241 39 18 0 0.84 0.93 0.05 5.65 0.89 0.51
Hex F1 27 12 0 54 5D 5 6 59 33
Octal 361 47 22 0 124 135 5 6 131 63
Binary 11110001 100111 10010 0 1010100 1011101 101 110 1011001 110011

Color Harmonies of #F12712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12712

Black with #F12712

Text Example


Text Example

White with #F12712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12712; }

 p { color: rgb(241,39,18); }

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

background-color css

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

 a { background-color: rgb(241,39,18); }

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

border-color css

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

 span { border-color: rgb(241,39,18); }

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