Html Css Color HEX #F02D1C Scarlet

📋 copy color: '#F02D1C'

red 240 ◦ green 45 ◦ blue 28

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

Shades of Scarlet #F02D1C

Tints of Scarlet #F02D1C

RGB

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

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

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

R = 76.68%
G = 14.38%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F02D1C (or 0xF02D1C) is known color: Scarlet. HEX triplet: F0, 2D and 1C. RGB value is (240,45,28). Sum of RGB (Red+Green+Blue) = 240+45+28=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D1C is #0FD2E3. Grayscale: #656565. Windows color (decimal): -1037028 or 1846768. OLE color: 1846768.

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

Color convert

RGB 240 45 28 -
CMYK 0 0.81 0.88 0.06
HSL 4.81º 0.88% 0.53% -
HSV(B) 4.81º 0.88% 0.94% -
XYZ 37.08 20.49 3.1 -
YUV 101.37 86.6 226.88 -
System Red Green Blue C M Y K H S L
Decimal 240 45 28 0 0.81 0.88 0.06 4.81 0.88 0.53
Hex F0 2D 1C 0 51 58 6 5 58 35
Octal 360 55 34 0 121 130 6 5 130 65
Binary 11110000 101101 11100 0 1010001 1011000 110 101 1011000 110101

Color Harmonies of #F02D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D1C

Black with #F02D1C

Text Example


Text Example

White with #F02D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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