Html Css Color HEX #F92D0C Scarlet

📋 copy color: '#F92D0C'

red 249 ◦ green 45 ◦ blue 12

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

Shades of Scarlet #F92D0C

Tints of Scarlet #F92D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 81.37%
G = 14.71%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F92D0C (or 0xF92D0C) is known color: Scarlet. HEX triplet: F9, 2D and 0C. RGB value is (249,45,12). Sum of RGB (Red+Green+Blue) = 249+45+12=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92D0C is #06D2F3. Grayscale: #666666. Windows color (decimal): -447220 or 798201. OLE color: 798201.

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

Color convert

RGB 249 45 12 -
CMYK 0 0.82 0.95 0.02
HSL 8.35º 0.95% 0.51% -
HSV(B) 8.35º 0.95% 0.98% -
XYZ 40.07 22.04 2.49 -
YUV 102.23 77.09 232.68 -
System Red Green Blue C M Y K H S L
Decimal 249 45 12 0 0.82 0.95 0.02 8.35 0.95 0.51
Hex F9 2D C 0 52 5F 2 8 5F 33
Octal 371 55 14 0 122 137 2 10 137 63
Binary 11111001 101101 1100 0 1010010 1011111 10 1000 1011111 110011

Color Harmonies of #F92D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D0C

Black with #F92D0C

Text Example


Text Example

White with #F92D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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