Html Css Color HEX #F92D1A Scarlet

📋 copy color: '#F92D1A'

red 249 ◦ green 45 ◦ blue 26

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

Shades of Scarlet #F92D1A

Tints of Scarlet #F92D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 77.81%
G = 14.06%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F92D1A (or 0xF92D1A) is known color: Scarlet. HEX triplet: F9, 2D and 1A. RGB value is (249,45,26). Sum of RGB (Red+Green+Blue) = 249+45+26=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D1A is #06D2E5. Grayscale: #686868. Windows color (decimal): -447206 or 1715705. OLE color: 1715705.

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

Color convert

RGB 249 45 26 -
CMYK 0 0.82 0.90 0.02
HSL 5.11º 0.95% 0.54% -
HSV(B) 5.11º 0.9% 0.98% -
XYZ 40.19 22.09 3.12 -
YUV 103.83 84.09 231.54 -
System Red Green Blue C M Y K H S L
Decimal 249 45 26 0 0.82 0.90 0.02 5.11 0.95 0.54
Hex F9 2D 1A 0 52 5A 2 5 5F 36
Octal 371 55 32 0 122 132 2 5 137 66
Binary 11111001 101101 11010 0 1010010 1011010 10 101 1011111 110110

Color Harmonies of #F92D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D1A

Black with #F92D1A

Text Example


Text Example

White with #F92D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D1A; }

 p { color: rgb(249,45,26); }

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

background-color css

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

 a { background-color: rgb(249,45,26); }

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

border-color css

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

 span { border-color: rgb(249,45,26); }

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