Html Css Color HEX #F9241B Scarlet

📋 copy color: '#F9241B'

red 249 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #F9241B

Tints of Scarlet #F9241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 79.81%
G = 11.54%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9241B (or 0xF9241B) is known color: Scarlet. HEX triplet: F9, 24 and 1B. RGB value is (249,36,27). Sum of RGB (Red+Green+Blue) = 249+36+27=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F9241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9241B is #06DBE4. Grayscale: #626262. Windows color (decimal): -449509 or 1778937. OLE color: 1778937.

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

Color convert

RGB 249 36 27 -
CMYK 0 0.86 0.89 0.02
HSL 2.43º 0.95% 0.54% -
HSV(B) 2.43º 0.89% 0.98% -
XYZ 39.9 21.48 3.08 -
YUV 98.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 249 36 27 0 0.86 0.89 0.02 2.43 0.95 0.54
Hex F9 24 1B 0 56 59 2 2 5F 36
Octal 371 44 33 0 126 131 2 2 137 66
Binary 11111001 100100 11011 0 1010110 1011001 10 10 1011111 110110

Color Harmonies of #F9241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9241B

Black with #F9241B

Text Example


Text Example

White with #F9241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9241B; }

 p { color: rgb(249,36,27); }

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

background-color css

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

 a { background-color: rgb(249,36,27); }

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

border-color css

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

 span { border-color: rgb(249,36,27); }

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