Html Css Color HEX #F02A1D Scarlet

📋 copy color: '#F02A1D'

red 240 ◦ green 42 ◦ blue 29

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

Shades of Scarlet #F02A1D

Tints of Scarlet #F02A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 77.17%
G = 13.5%
B = 9.32%

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

#F02A1D (or 0xF02A1D) is known color: Scarlet. HEX triplet: F0, 2A and 1D. RGB value is (240,42,29). Sum of RGB (Red+Green+Blue) = 240+42+29=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A1D is #0FD5E2. Grayscale: #636363. Windows color (decimal): -1037795 or 1911536. OLE color: 1911536.

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

Color convert

RGB 240 42 29 -
CMYK 0 0.82 0.88 0.06
HSL 3.7º 0.88% 0.53% -
HSV(B) 3.7º 0.88% 0.94% -
XYZ 36.98 20.27 3.13 -
YUV 99.72 88.1 228.06 -
System Red Green Blue C M Y K H S L
Decimal 240 42 29 0 0.82 0.88 0.06 3.7 0.88 0.53
Hex F0 2A 1D 0 52 58 6 4 58 35
Octal 360 52 35 0 122 130 6 4 130 65
Binary 11110000 101010 11101 0 1010010 1011000 110 100 1011000 110101

Color Harmonies of #F02A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A1D

Black with #F02A1D

Text Example


Text Example

White with #F02A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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