Html Css Color HEX #F02C1C Scarlet

📋 copy color: '#F02C1C'

red 240 ◦ green 44 ◦ blue 28

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

Shades of Scarlet #F02C1C

Tints of Scarlet #F02C1C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

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

R = 76.92%
G = 14.1%
B = 8.97%

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

#F02C1C (or 0xF02C1C) is known color: Scarlet. HEX triplet: F0, 2C and 1C. RGB value is (240,44,28). Sum of RGB (Red+Green+Blue) = 240+44+28=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C1C is #0FD3E3. Grayscale: #656565. Windows color (decimal): -1037284 or 1846512. OLE color: 1846512.

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

Color convert

RGB 240 44 28 -
CMYK 0 0.82 0.88 0.06
HSL 4.53º 0.88% 0.53% -
HSV(B) 4.53º 0.88% 0.94% -
XYZ 37.05 20.41 3.09 -
YUV 100.78 86.93 227.3 -
System Red Green Blue C M Y K H S L
Decimal 240 44 28 0 0.82 0.88 0.06 4.53 0.88 0.53
Hex F0 2C 1C 0 52 58 6 5 58 35
Octal 360 54 34 0 122 130 6 5 130 65
Binary 11110000 101100 11100 0 1010010 1011000 110 101 1011000 110101

Color Harmonies of #F02C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C1C

Black with #F02C1C

Text Example


Text Example

White with #F02C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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