Html Css Color HEX #F12807 Scarlet

📋 copy color: '#F12807'

red 241 ◦ green 40 ◦ blue 7

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

Shades of Scarlet #F12807

Tints of Scarlet #F12807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 83.68%
G = 13.89%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F12807 (or 0xF12807) is known color: Scarlet. HEX triplet: F1, 28 and 07. RGB value is (241,40,7). Sum of RGB (Red+Green+Blue) = 241+40+7=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F12807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12807 is #0ED7F8. Grayscale: #606060. Windows color (decimal): -972793 or 469233. OLE color: 469233.

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

Color convert

RGB 241 40 7 -
CMYK 0 0.83 0.97 0.05
HSL 8.46º 0.94% 0.49% -
HSV(B) 8.46º 0.97% 0.95% -
XYZ 37.07 20.23 2.15 -
YUV 96.34 77.59 231.18 -
System Red Green Blue C M Y K H S L
Decimal 241 40 7 0 0.83 0.97 0.05 8.46 0.94 0.49
Hex F1 28 7 0 53 61 5 8 5E 31
Octal 361 50 7 0 123 141 5 10 136 61
Binary 11110001 101000 111 0 1010011 1100001 101 1000 1011110 110001

Color Harmonies of #F12807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12807

Black with #F12807

Text Example


Text Example

White with #F12807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12807; }

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

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

background-color css

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

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

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

border-color css

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

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

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