Html Css Color HEX #F0281E Scarlet

📋 copy color: '#F0281E'

red 240 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #F0281E

Tints of Scarlet #F0281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 77.42%
G = 12.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0281E (or 0xF0281E) is known color: Scarlet. HEX triplet: F0, 28 and 1E. RGB value is (240,40,30). Sum of RGB (Red+Green+Blue) = 240+40+30=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0281E is #0FD7E1. Grayscale: #626262. Windows color (decimal): -1038306 or 1976560. OLE color: 1976560.

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

Color convert

RGB 240 40 30 -
CMYK 0 0.83 0.87 0.06
HSL 2.86º 0.88% 0.53% -
HSV(B) 2.86º 0.88% 0.94% -
XYZ 36.93 20.14 3.17 -
YUV 98.66 89.26 228.81 -
System Red Green Blue C M Y K H S L
Decimal 240 40 30 0 0.83 0.87 0.06 2.86 0.88 0.53
Hex F0 28 1E 0 53 57 6 3 58 35
Octal 360 50 36 0 123 127 6 3 130 65
Binary 11110000 101000 11110 0 1010011 1010111 110 11 1011000 110101

Color Harmonies of #F0281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0281E

Black with #F0281E

Text Example


Text Example

White with #F0281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0281E; }

 p { color: rgb(240,40,30); }

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

background-color css

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

 a { background-color: rgb(240,40,30); }

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

border-color css

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

 span { border-color: rgb(240,40,30); }

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