Html Css Color HEX #F02A1B Scarlet

📋 copy color: '#F02A1B'

red 240 ◦ green 42 ◦ blue 27

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

Shades of Scarlet #F02A1B

Tints of Scarlet #F02A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 77.67%
G = 13.59%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F02A1B (or 0xF02A1B) is known color: Scarlet. HEX triplet: F0, 2A and 1B. RGB value is (240,42,27). Sum of RGB (Red+Green+Blue) = 240+42+27=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A1B is #0FD5E4. Grayscale: #636363. Windows color (decimal): -1037797 or 1780464. OLE color: 1780464.

HSL color Cylindrical-coordinate representation of color #F02A1B: hue angle of 4.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F02A1B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 42 27 -
CMYK 0 0.82 0.89 0.06
HSL 4.23º 0.88% 0.52% -
HSV(B) 4.23º 0.89% 0.94% -
XYZ 36.96 20.26 3 -
YUV 99.49 87.1 228.22 -
System Red Green Blue C M Y K H S L
Decimal 240 42 27 0 0.82 0.89 0.06 4.23 0.88 0.52
Hex F0 2A 1B 0 52 59 6 4 58 34
Octal 360 52 33 0 122 131 6 4 130 64
Binary 11110000 101010 11011 0 1010010 1011001 110 100 1011000 110100

Color Harmonies of #F02A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A1B

Black with #F02A1B

Text Example


Text Example

White with #F02A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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