Html Css Color HEX #F92A0B Scarlet

📋 copy color: '#F92A0B'

red 249 ◦ green 42 ◦ blue 11

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

Shades of Scarlet #F92A0B

Tints of Scarlet #F92A0B

RGB

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

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

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

R = 82.45%
G = 13.91%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F92A0B (or 0xF92A0B) is known color: Scarlet. HEX triplet: F9, 2A and 0B. RGB value is (249,42,11). Sum of RGB (Red+Green+Blue) = 249+42+11=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92A0B is #06D5F4. Grayscale: #646464. Windows color (decimal): -447989 or 731897. OLE color: 731897.

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

Color convert

RGB 249 42 11 -
CMYK 0 0.83 0.96 0.02
HSL 7.82º 0.95% 0.51% -
HSV(B) 7.82º 0.96% 0.98% -
XYZ 39.96 21.82 2.42 -
YUV 100.36 77.58 234.02 -
System Red Green Blue C M Y K H S L
Decimal 249 42 11 0 0.83 0.96 0.02 7.82 0.95 0.51
Hex F9 2A B 0 53 60 2 8 5F 33
Octal 371 52 13 0 123 140 2 10 137 63
Binary 11111001 101010 1011 0 1010011 1100000 10 1000 1011111 110011

Color Harmonies of #F92A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A0B

Black with #F92A0B

Text Example


Text Example

White with #F92A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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