Html Css Color HEX #F02D1B Scarlet

📋 copy color: '#F02D1B'

red 240 ◦ green 45 ◦ blue 27

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

Shades of Scarlet #F02D1B

Tints of Scarlet #F02D1B

RGB

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

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

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

R = 76.92%
G = 14.42%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F02D1B (or 0xF02D1B) is known color: Scarlet. HEX triplet: F0, 2D and 1B. RGB value is (240,45,27). Sum of RGB (Red+Green+Blue) = 240+45+27=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D1B is #0FD2E4. Grayscale: #656565. Windows color (decimal): -1037029 or 1781232. OLE color: 1781232.

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

Color convert

RGB 240 45 27 -
CMYK 0 0.81 0.89 0.06
HSL 5.07º 0.88% 0.52% -
HSV(B) 5.07º 0.89% 0.94% -
XYZ 37.07 20.48 3.04 -
YUV 101.25 86.1 226.96 -
System Red Green Blue C M Y K H S L
Decimal 240 45 27 0 0.81 0.89 0.06 5.07 0.88 0.52
Hex F0 2D 1B 0 51 59 6 5 58 34
Octal 360 55 33 0 121 131 6 5 130 64
Binary 11110000 101101 11011 0 1010001 1011001 110 101 1011000 110100

Color Harmonies of #F02D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D1B

Black with #F02D1B

Text Example


Text Example

White with #F02D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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