Html Css Color HEX #F72A1B Scarlet

📋 copy color: '#F72A1B'

red 247 ◦ green 42 ◦ blue 27

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

Shades of Scarlet #F72A1B

Tints of Scarlet #F72A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 78.16%
G = 13.29%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F72A1B (or 0xF72A1B) is known color: Scarlet. HEX triplet: F7, 2A and 1B. RGB value is (247,42,27). Sum of RGB (Red+Green+Blue) = 247+42+27=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72A1B is #08D5E4. Grayscale: #656565. Windows color (decimal): -579045 or 1780471. OLE color: 1780471.

HSL color Cylindrical-coordinate representation of color #F72A1B: hue angle of 4.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F72A1B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 42 27 -
CMYK 0 0.83 0.89 0.03
HSL 4.09º 0.93% 0.54% -
HSV(B) 4.09º 0.89% 0.97% -
XYZ 39.38 21.51 3.11 -
YUV 101.59 85.92 231.72 -
System Red Green Blue C M Y K H S L
Decimal 247 42 27 0 0.83 0.89 0.03 4.09 0.93 0.54
Hex F7 2A 1B 0 53 59 3 4 5D 36
Octal 367 52 33 0 123 131 3 4 135 66
Binary 11110111 101010 11011 0 1010011 1011001 11 100 1011101 110110

Color Harmonies of #F72A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72A1B

Black with #F72A1B

Text Example


Text Example

White with #F72A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72A1B; }

 p { color: rgb(247,42,27); }

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

background-color css

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

 a { background-color: rgb(247,42,27); }

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

border-color css

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

 span { border-color: rgb(247,42,27); }

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