Html Css Color HEX #F7150B Scarlet

📋 copy color: '#F7150B'

red 247 ◦ green 21 ◦ blue 11

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

Shades of Scarlet #F7150B

Tints of Scarlet #F7150B

RGB

 RED value IS 247 (96.88% from 255) = 88.53%

 GREEN value IS 21 (8.59% from 255) = 7.53%

 BLUE value IS 11 (4.69% from 255) = 3.94%

R = 88.53%
G = 7.53%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7150B (or 0xF7150B) is known color: Scarlet. HEX triplet: F7, 15 and 0B. RGB value is (247,21,11). Sum of RGB (Red+Green+Blue) = 247+21+11=279 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.53% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 247 - color contains mainly: red. Hex color #F7150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7150B is #08EAF4. Grayscale: #575757. Windows color (decimal): -584437 or 726519. OLE color: 726519.

HSL color Cylindrical-coordinate representation of color #F7150B: hue angle of 2.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7150B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 21 11 -
CMYK 0 0.91 0.96 0.03
HSL 2.54º 0.94% 0.51% -
HSV(B) 2.54º 0.96% 0.97% -
XYZ 38.69 20.33 2.2 -
YUV 87.43 84.87 241.81 -
System Red Green Blue C M Y K H S L
Decimal 247 21 11 0 0.91 0.96 0.03 2.54 0.94 0.51
Hex F7 15 B 0 5B 60 3 3 5E 33
Octal 367 25 13 0 133 140 3 3 136 63
Binary 11110111 10101 1011 0 1011011 1100000 11 11 1011110 110011

Color Harmonies of #F7150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7150B

Black with #F7150B

Text Example


Text Example

White with #F7150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7150B; }

 p { color: rgb(247,21,11); }

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

background-color css

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

 a { background-color: rgb(247,21,11); }

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

border-color css

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

 span { border-color: rgb(247,21,11); }

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