Html Css Color HEX #F92D0B Scarlet

📋 copy color: '#F92D0B'

red 249 ◦ green 45 ◦ blue 11

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

Shades of Scarlet #F92D0B

Tints of Scarlet #F92D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 81.64%
G = 14.75%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F92D0B (or 0xF92D0B) is known color: Scarlet. HEX triplet: F9, 2D and 0B. RGB value is (249,45,11). Sum of RGB (Red+Green+Blue) = 249+45+11=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92D0B is #06D2F4. Grayscale: #666666. Windows color (decimal): -447221 or 732665. OLE color: 732665.

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

Color convert

RGB 249 45 11 -
CMYK 0 0.82 0.96 0.02
HSL 8.57º 0.95% 0.51% -
HSV(B) 8.57º 0.96% 0.98% -
XYZ 40.07 22.04 2.46 -
YUV 102.12 76.59 232.76 -
System Red Green Blue C M Y K H S L
Decimal 249 45 11 0 0.82 0.96 0.02 8.57 0.95 0.51
Hex F9 2D B 0 52 60 2 9 5F 33
Octal 371 55 13 0 122 140 2 11 137 63
Binary 11111001 101101 1011 0 1010010 1100000 10 1001 1011111 110011

Color Harmonies of #F92D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D0B

Black with #F92D0B

Text Example


Text Example

White with #F92D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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