Html Css Color HEX #F92A13 Scarlet

📋 copy color: '#F92A13'

red 249 ◦ green 42 ◦ blue 19

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

Shades of Scarlet #F92A13

Tints of Scarlet #F92A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 80.32%
G = 13.55%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F92A13 (or 0xF92A13) is known color: Scarlet. HEX triplet: F9, 2A and 13. RGB value is (249,42,19). Sum of RGB (Red+Green+Blue) = 249+42+19=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92A13 is #06D5EC. Grayscale: #656565. Windows color (decimal): -447981 or 1256185. OLE color: 1256185.

HSL color Cylindrical-coordinate representation of color #F92A13: hue angle of 6º 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 #F92A13 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 42 19 -
CMYK 0 0.83 0.92 0.02
HSL 0.95% 0.53% -
HSV(B) 0.92% 0.98% -
XYZ 40.01 21.84 2.72 -
YUV 101.27 81.58 233.37 -
System Red Green Blue C M Y K H S L
Decimal 249 42 19 0 0.83 0.92 0.02 6 0.95 0.53
Hex F9 2A 13 0 53 5C 2 6 5F 35
Octal 371 52 23 0 123 134 2 6 137 65
Binary 11111001 101010 10011 0 1010011 1011100 10 110 1011111 110101

Color Harmonies of #F92A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A13

Black with #F92A13

Text Example


Text Example

White with #F92A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A13; }

 p { color: rgb(249,42,19); }

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

background-color css

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

 a { background-color: rgb(249,42,19); }

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

border-color css

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

 span { border-color: rgb(249,42,19); }

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