Html Css Color HEX #F02C1B Scarlet

📋 copy color: '#F02C1B'

red 240 ◦ green 44 ◦ blue 27

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

Shades of Scarlet #F02C1B

Tints of Scarlet #F02C1B

RGB

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

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

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

R = 77.17%
G = 14.15%
B = 8.68%

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

#F02C1B (or 0xF02C1B) is known color: Scarlet. HEX triplet: F0, 2C and 1B. RGB value is (240,44,27). Sum of RGB (Red+Green+Blue) = 240+44+27=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C1B is #0FD3E4. Grayscale: #646464. Windows color (decimal): -1037285 or 1780976. OLE color: 1780976.

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

Color convert

RGB 240 44 27 -
CMYK 0 0.82 0.89 0.06
HSL 4.79º 0.88% 0.52% -
HSV(B) 4.79º 0.89% 0.94% -
XYZ 37.03 20.41 3.02 -
YUV 100.67 86.43 227.38 -
System Red Green Blue C M Y K H S L
Decimal 240 44 27 0 0.82 0.89 0.06 4.79 0.88 0.52
Hex F0 2C 1B 0 52 59 6 5 58 34
Octal 360 54 33 0 122 131 6 5 130 64
Binary 11110000 101100 11011 0 1010010 1011001 110 101 1011000 110100

Color Harmonies of #F02C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C1B

Black with #F02C1B

Text Example


Text Example

White with #F02C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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