Html Css Color HEX #F93512 Scarlet

📋 copy color: '#F93512'

red 249 ◦ green 53 ◦ blue 18

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

Shades of Scarlet #F93512

Tints of Scarlet #F93512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 77.81%
G = 16.56%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F93512 (or 0xF93512) is known color: Scarlet. HEX triplet: F9, 35 and 12. RGB value is (249,53,18). Sum of RGB (Red+Green+Blue) = 249+53+18=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F93512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93512 is #06CAED. Grayscale: #6B6B6B. Windows color (decimal): -445166 or 1193465. OLE color: 1193465.

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

Color convert

RGB 249 53 18 -
CMYK 0 0.79 0.93 0.02
HSL 9.09º 0.95% 0.52% -
HSV(B) 9.09º 0.93% 0.98% -
XYZ 40.45 22.73 2.83 -
YUV 107.61 77.43 228.85 -
System Red Green Blue C M Y K H S L
Decimal 249 53 18 0 0.79 0.93 0.02 9.09 0.95 0.52
Hex F9 35 12 0 4F 5D 2 9 5F 34
Octal 371 65 22 0 117 135 2 11 137 64
Binary 11111001 110101 10010 0 1001111 1011101 10 1001 1011111 110100

Color Harmonies of #F93512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93512

Black with #F93512

Text Example


Text Example

White with #F93512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93512; }

 p { color: rgb(249,53,18); }

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

background-color css

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

 a { background-color: rgb(249,53,18); }

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

border-color css

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

 span { border-color: rgb(249,53,18); }

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