Html Css Color HEX #F0231C Scarlet

📋 copy color: '#F0231C'

red 240 ◦ green 35 ◦ blue 28

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

Shades of Scarlet #F0231C

Tints of Scarlet #F0231C

RGB

 RED value IS 240 (94.14% from 255) = 79.21%

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

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

R = 79.21%
G = 11.55%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0231C (or 0xF0231C) is known color: Scarlet. HEX triplet: F0, 23 and 1C. RGB value is (240,35,28). Sum of RGB (Red+Green+Blue) = 240+35+28=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0231C is #0FDCE3. Grayscale: #5F5F5F. Windows color (decimal): -1039588 or 1844208. OLE color: 1844208.

HSL color Cylindrical-coordinate representation of color #F0231C: hue angle of 1.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0231C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 28 -
CMYK 0 0.85 0.88 0.06
HSL 1.98º 0.88% 0.53% -
HSV(B) 1.98º 0.88% 0.94% -
XYZ 36.75 19.81 2.99 -
YUV 95.5 89.92 231.07 -
System Red Green Blue C M Y K H S L
Decimal 240 35 28 0 0.85 0.88 0.06 1.98 0.88 0.53
Hex F0 23 1C 0 55 58 6 2 58 35
Octal 360 43 34 0 125 130 6 2 130 65
Binary 11110000 100011 11100 0 1010101 1011000 110 10 1011000 110101

Color Harmonies of #F0231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0231C

Black with #F0231C

Text Example


Text Example

White with #F0231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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