Html Css Color HEX #F0231B Scarlet

📋 copy color: '#F0231B'

red 240 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #F0231B

Tints of Scarlet #F0231B

RGB

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

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

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

R = 79.47%
G = 11.59%
B = 8.94%

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

#F0231B (or 0xF0231B) is known color: Scarlet. HEX triplet: F0, 23 and 1B. RGB value is (240,35,27). Sum of RGB (Red+Green+Blue) = 240+35+27=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0231B is #0FDCE4. Grayscale: #5F5F5F. Windows color (decimal): -1039589 or 1778672. OLE color: 1778672.

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

Color convert

RGB 240 35 27 -
CMYK 0 0.85 0.89 0.06
HSL 2.25º 0.88% 0.52% -
HSV(B) 2.25º 0.89% 0.94% -
XYZ 36.73 19.81 2.92 -
YUV 95.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 240 35 27 0 0.85 0.89 0.06 2.25 0.88 0.52
Hex F0 23 1B 0 55 59 6 2 58 34
Octal 360 43 33 0 125 131 6 2 130 64
Binary 11110000 100011 11011 0 1010101 1011001 110 10 1011000 110100

Color Harmonies of #F0231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0231B

Black with #F0231B

Text Example


Text Example

White with #F0231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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