Html Css Color HEX #F91702 Scarlet

📋 copy color: '#F91702'

red 249 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #F91702

Tints of Scarlet #F91702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 90.88%
G = 8.39%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F91702 (or 0xF91702) is known color: Scarlet. HEX triplet: F9, 17 and 02. RGB value is (249,23,2). Sum of RGB (Red+Green+Blue) = 249+23+2=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F91702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91702 is #06E8FD. Grayscale: #585858. Windows color (decimal): -452862 or 137209. OLE color: 137209.

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

Color convert

RGB 249 23 2 -
CMYK 0 0.91 0.99 0.02
HSL 5.1º 0.98% 0.49% -
HSV(B) 5.1º 0.99% 0.98% -
XYZ 39.38 20.76 1.99 -
YUV 88.18 79.37 242.71 -
System Red Green Blue C M Y K H S L
Decimal 249 23 2 0 0.91 0.99 0.02 5.1 0.98 0.49
Hex F9 17 2 0 5B 63 2 5 62 31
Octal 371 27 2 0 133 143 2 5 142 61
Binary 11111001 10111 10 0 1011011 1100011 10 101 1100010 110001

Color Harmonies of #F91702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91702

Black with #F91702

Text Example


Text Example

White with #F91702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91702; }

 p { color: rgb(249,23,2); }

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

background-color css

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

 a { background-color: rgb(249,23,2); }

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

border-color css

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

 span { border-color: rgb(249,23,2); }

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