Html Css Color HEX #F02D0E Scarlet

📋 copy color: '#F02D0E'

red 240 ◦ green 45 ◦ blue 14

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

Shades of Scarlet #F02D0E

Tints of Scarlet #F02D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

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

R = 80.27%
G = 15.05%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F02D0E (or 0xF02D0E) is known color: Scarlet. HEX triplet: F0, 2D and 0E. RGB value is (240,45,14). Sum of RGB (Red+Green+Blue) = 240+45+14=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02D0E is #0FD2F1. Grayscale: #646464. Windows color (decimal): -1037042 or 929264. OLE color: 929264.

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

Color convert

RGB 240 45 14 -
CMYK 0 0.81 0.94 0.06
HSL 8.23º 0.89% 0.5% -
HSV(B) 8.23º 0.94% 0.94% -
XYZ 36.95 20.43 2.41 -
YUV 99.77 79.6 228.02 -
System Red Green Blue C M Y K H S L
Decimal 240 45 14 0 0.81 0.94 0.06 8.23 0.89 0.5
Hex F0 2D E 0 51 5E 6 8 59 32
Octal 360 55 16 0 121 136 6 10 131 62
Binary 11110000 101101 1110 0 1010001 1011110 110 1000 1011001 110010

Color Harmonies of #F02D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D0E

Black with #F02D0E

Text Example


Text Example

White with #F02D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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