Html Css Color HEX #F0231A Scarlet

📋 copy color: '#F0231A'

red 240 ◦ green 35 ◦ blue 26

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

Shades of Scarlet #F0231A

Tints of Scarlet #F0231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 79.73%
G = 11.63%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0231A (or 0xF0231A) is known color: Scarlet. HEX triplet: F0, 23 and 1A. RGB value is (240,35,26). Sum of RGB (Red+Green+Blue) = 240+35+26=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F0231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0231A is #0FDCE5. Grayscale: #5F5F5F. Windows color (decimal): -1039590 or 1713136. OLE color: 1713136.

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

Color convert

RGB 240 35 26 -
CMYK 0 0.85 0.89 0.06
HSL 2.52º 0.88% 0.52% -
HSV(B) 2.52º 0.89% 0.94% -
XYZ 36.72 19.8 2.86 -
YUV 95.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 240 35 26 0 0.85 0.89 0.06 2.52 0.88 0.52
Hex F0 23 1A 0 55 59 6 3 58 34
Octal 360 43 32 0 125 131 6 3 130 64
Binary 11110000 100011 11010 0 1010101 1011001 110 11 1011000 110100

Color Harmonies of #F0231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0231A

Black with #F0231A

Text Example


Text Example

White with #F0231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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