Html Css Color HEX #F0230E Scarlet

📋 copy color: '#F0230E'

red 240 ◦ green 35 ◦ blue 14

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

Shades of Scarlet #F0230E

Tints of Scarlet #F0230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 83.04%
G = 12.11%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0230E (or 0xF0230E) is known color: Scarlet. HEX triplet: F0, 23 and 0E. RGB value is (240,35,14). Sum of RGB (Red+Green+Blue) = 240+35+14=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0230E is #0FDCF1. Grayscale: #5E5E5E. Windows color (decimal): -1039602 or 926704. OLE color: 926704.

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

Color convert

RGB 240 35 14 -
CMYK 0 0.85 0.94 0.06
HSL 5.58º 0.89% 0.5% -
HSV(B) 5.58º 0.94% 0.94% -
XYZ 36.62 19.76 2.3 -
YUV 93.9 82.92 232.21 -
System Red Green Blue C M Y K H S L
Decimal 240 35 14 0 0.85 0.94 0.06 5.58 0.89 0.5
Hex F0 23 E 0 55 5E 6 6 59 32
Octal 360 43 16 0 125 136 6 6 131 62
Binary 11110000 100011 1110 0 1010101 1011110 110 110 1011001 110010

Color Harmonies of #F0230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0230E

Black with #F0230E

Text Example


Text Example

White with #F0230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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