Html Css Color HEX #F02A1C Scarlet

📋 copy color: '#F02A1C'

red 240 ◦ green 42 ◦ blue 28

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

Shades of Scarlet #F02A1C

Tints of Scarlet #F02A1C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 77.42%
G = 13.55%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F02A1C (or 0xF02A1C) is known color: Scarlet. HEX triplet: F0, 2A and 1C. RGB value is (240,42,28). Sum of RGB (Red+Green+Blue) = 240+42+28=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A1C is #0FD5E3. Grayscale: #636363. Windows color (decimal): -1037796 or 1846000. OLE color: 1846000.

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

Color convert

RGB 240 42 28 -
CMYK 0 0.82 0.88 0.06
HSL 3.96º 0.88% 0.53% -
HSV(B) 3.96º 0.88% 0.94% -
XYZ 36.97 20.27 3.06 -
YUV 99.61 87.6 228.14 -
System Red Green Blue C M Y K H S L
Decimal 240 42 28 0 0.82 0.88 0.06 3.96 0.88 0.53
Hex F0 2A 1C 0 52 58 6 4 58 35
Octal 360 52 34 0 122 130 6 4 130 65
Binary 11110000 101010 11100 0 1010010 1011000 110 100 1011000 110101

Color Harmonies of #F02A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A1C

Black with #F02A1C

Text Example


Text Example

White with #F02A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A1C; }

 p { color: rgb(240,42,28); }

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

background-color css

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

 a { background-color: rgb(240,42,28); }

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

border-color css

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

 span { border-color: rgb(240,42,28); }

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