Html Css Color HEX #F9231C Scarlet

📋 copy color: '#F9231C'

red 249 ◦ green 35 ◦ blue 28

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

Shades of Scarlet #F9231C

Tints of Scarlet #F9231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 79.81%
G = 11.22%
B = 8.97%

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

#F9231C (or 0xF9231C) is known color: Scarlet. HEX triplet: F9, 23 and 1C. RGB value is (249,35,28). Sum of RGB (Red+Green+Blue) = 249+35+28=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F9231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9231C is #06DCE3. Grayscale: #626262. Windows color (decimal): -449764 or 1844217. OLE color: 1844217.

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

Color convert

RGB 249 35 28 -
CMYK 0 0.86 0.89 0.02
HSL 1.9º 0.95% 0.54% -
HSV(B) 1.9º 0.89% 0.98% -
XYZ 39.88 21.43 3.13 -
YUV 98.19 88.4 235.57 -
System Red Green Blue C M Y K H S L
Decimal 249 35 28 0 0.86 0.89 0.02 1.9 0.95 0.54
Hex F9 23 1C 0 56 59 2 2 5F 36
Octal 371 43 34 0 126 131 2 2 137 66
Binary 11111001 100011 11100 0 1010110 1011001 10 10 1011111 110110

Color Harmonies of #F9231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9231C

Black with #F9231C

Text Example


Text Example

White with #F9231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9231C; }

 p { color: rgb(249,35,28); }

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

background-color css

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

 a { background-color: rgb(249,35,28); }

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

border-color css

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

 span { border-color: rgb(249,35,28); }

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