Html Css Color HEX #F91614 Scarlet

📋 copy color: '#F91614'

red 249 ◦ green 22 ◦ blue 20

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

Shades of Scarlet #F91614

Tints of Scarlet #F91614

RGB

 RED value IS 249 (97.66% from 255) = 85.57%

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 85.57%
G = 7.56%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F91614 (or 0xF91614) is known color: Scarlet. HEX triplet: F9, 16 and 14. RGB value is (249,22,20). Sum of RGB (Red+Green+Blue) = 249+22+20=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F91614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91614 is #06E9EB. Grayscale: #595959. Windows color (decimal): -453100 or 1316601. OLE color: 1316601.

HSL color Cylindrical-coordinate representation of color #F91614: hue angle of 0.52º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91614 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 22 20 -
CMYK 0 0.91 0.92 0.02
HSL 0.52º 0.95% 0.53% -
HSV(B) 0.52º 0.92% 0.98% -
XYZ 39.48 20.76 2.59 -
YUV 89.65 88.71 241.66 -
System Red Green Blue C M Y K H S L
Decimal 249 22 20 0 0.91 0.92 0.02 0.52 0.95 0.53
Hex F9 16 14 0 5B 5C 2 1 5F 35
Octal 371 26 24 0 133 134 2 1 137 65
Binary 11111001 10110 10100 0 1011011 1011100 10 1 1011111 110101

Color Harmonies of #F91614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91614

Black with #F91614

Text Example


Text Example

White with #F91614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91614; }

 p { color: rgb(249,22,20); }

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

background-color css

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

 a { background-color: rgb(249,22,20); }

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

border-color css

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

 span { border-color: rgb(249,22,20); }

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