Html Css Color HEX #F91812 Scarlet

📋 copy color: '#F91812'

red 249 ◦ green 24 ◦ blue 18

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

Shades of Scarlet #F91812

Tints of Scarlet #F91812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 85.57%
G = 8.25%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F91812 (or 0xF91812) is known color: Scarlet. HEX triplet: F9, 18 and 12. RGB value is (249,24,18). Sum of RGB (Red+Green+Blue) = 249+24+18=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F91812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91812 is #06E7ED. Grayscale: #5A5A5A. Windows color (decimal): -452590 or 1186041. OLE color: 1186041.

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

Color convert

RGB 249 24 18 -
CMYK 0 0.90 0.93 0.02
HSL 1.56º 0.95% 0.52% -
HSV(B) 1.56º 0.93% 0.98% -
XYZ 39.5 20.84 2.51 -
YUV 90.59 87.04 240.99 -
System Red Green Blue C M Y K H S L
Decimal 249 24 18 0 0.90 0.93 0.02 1.56 0.95 0.52
Hex F9 18 12 0 5A 5D 2 2 5F 34
Octal 371 30 22 0 132 135 2 2 137 64
Binary 11111001 11000 10010 0 1011010 1011101 10 10 1011111 110100

Color Harmonies of #F91812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91812

Black with #F91812

Text Example


Text Example

White with #F91812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91812; }

 p { color: rgb(249,24,18); }

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

background-color css

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

 a { background-color: rgb(249,24,18); }

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

border-color css

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

 span { border-color: rgb(249,24,18); }

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