Html Css Color HEX #F02D0A Scarlet

📋 copy color: '#F02D0A'

red 240 ◦ green 45 ◦ blue 10

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

Shades of Scarlet #F02D0A

Tints of Scarlet #F02D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 81.36%
G = 15.25%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F02D0A (or 0xF02D0A) is known color: Scarlet. HEX triplet: F0, 2D and 0A. RGB value is (240,45,10). Sum of RGB (Red+Green+Blue) = 240+45+10=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02D0A is #0FD2F5. Grayscale: #636363. Windows color (decimal): -1037046 or 667120. OLE color: 667120.

HSL color Cylindrical-coordinate representation of color #F02D0A: hue angle of 9.13º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F02D0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 45 10 -
CMYK 0 0.81 0.96 0.06
HSL 9.13º 0.92% 0.49% -
HSV(B) 9.13º 0.96% 0.94% -
XYZ 36.93 20.42 2.28 -
YUV 99.32 77.6 228.35 -
System Red Green Blue C M Y K H S L
Decimal 240 45 10 0 0.81 0.96 0.06 9.13 0.92 0.49
Hex F0 2D A 0 51 60 6 9 5C 31
Octal 360 55 12 0 121 140 6 11 134 61
Binary 11110000 101101 1010 0 1010001 1100000 110 1001 1011100 110001

Color Harmonies of #F02D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D0A

Black with #F02D0A

Text Example


Text Example

White with #F02D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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