Html Css Color HEX #F0210A Scarlet

📋 copy color: '#F0210A'

red 240 ◦ green 33 ◦ blue 10

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

Shades of Scarlet #F0210A

Tints of Scarlet #F0210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 84.81%
G = 11.66%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0210A (or 0xF0210A) is known color: Scarlet. HEX triplet: F0, 21 and 0A. RGB value is (240,33,10). Sum of RGB (Red+Green+Blue) = 240+33+10=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F0210A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0210A is #0FDEF5. Grayscale: #5C5C5C. Windows color (decimal): -1040118 or 664048. OLE color: 664048.

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

Color convert

RGB 240 33 10 -
CMYK 0 0.86 0.96 0.06
HSL 0.92% 0.49% -
HSV(B) 0.96% 0.94% -
XYZ 36.53 19.63 2.15 -
YUV 92.27 81.58 233.37 -
System Red Green Blue C M Y K H S L
Decimal 240 33 10 0 0.86 0.96 0.06 6 0.92 0.49
Hex F0 21 A 0 56 60 6 6 5C 31
Octal 360 41 12 0 126 140 6 6 134 61
Binary 11110000 100001 1010 0 1010110 1100000 110 110 1011100 110001

Color Harmonies of #F0210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0210A

Black with #F0210A

Text Example


Text Example

White with #F0210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0210A; }

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

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

background-color css

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

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

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

border-color css

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

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

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