Html Css Color HEX #F9150D Scarlet

📋 copy color: '#F9150D'

red 249 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #F9150D

Tints of Scarlet #F9150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 87.99%
G = 7.42%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9150D (or 0xF9150D) is known color: Scarlet. HEX triplet: F9, 15 and 0D. RGB value is (249,21,13). Sum of RGB (Red+Green+Blue) = 249+21+13=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F9150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9150D is #06EAF2. Grayscale: #585858. Windows color (decimal): -453363 or 857593. OLE color: 857593.

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

Color convert

RGB 249 21 13 -
CMYK 0 0.92 0.95 0.02
HSL 2.03º 0.95% 0.51% -
HSV(B) 2.03º 0.95% 0.98% -
XYZ 39.41 20.71 2.3 -
YUV 88.26 85.54 242.65 -
System Red Green Blue C M Y K H S L
Decimal 249 21 13 0 0.92 0.95 0.02 2.03 0.95 0.51
Hex F9 15 D 0 5C 5F 2 2 5F 33
Octal 371 25 15 0 134 137 2 2 137 63
Binary 11111001 10101 1101 0 1011100 1011111 10 10 1011111 110011

Color Harmonies of #F9150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9150D

Black with #F9150D

Text Example


Text Example

White with #F9150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9150D; }

 p { color: rgb(249,21,13); }

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

background-color css

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

 a { background-color: rgb(249,21,13); }

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

border-color css

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

 span { border-color: rgb(249,21,13); }

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