Html Css Color HEX #F92C0C Scarlet

📋 copy color: '#F92C0C'

red 249 ◦ green 44 ◦ blue 12

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

Shades of Scarlet #F92C0C

Tints of Scarlet #F92C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

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

R = 81.64%
G = 14.43%
B = 3.93%

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

#F92C0C (or 0xF92C0C) is known color: Scarlet. HEX triplet: F9, 2C and 0C. RGB value is (249,44,12). Sum of RGB (Red+Green+Blue) = 249+44+12=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C0C is #06D3F3. Grayscale: #656565. Windows color (decimal): -447476 or 797945. OLE color: 797945.

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

Color convert

RGB 249 44 12 -
CMYK 0 0.82 0.95 0.02
HSL 8.1º 0.95% 0.51% -
HSV(B) 8.1º 0.95% 0.98% -
XYZ 40.03 21.97 2.48 -
YUV 101.65 77.42 233.1 -
System Red Green Blue C M Y K H S L
Decimal 249 44 12 0 0.82 0.95 0.02 8.1 0.95 0.51
Hex F9 2C C 0 52 5F 2 8 5F 33
Octal 371 54 14 0 122 137 2 10 137 63
Binary 11111001 101100 1100 0 1010010 1011111 10 1000 1011111 110011

Color Harmonies of #F92C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C0C

Black with #F92C0C

Text Example


Text Example

White with #F92C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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