Html Css Color HEX #F01D1B Scarlet

📋 copy color: '#F01D1B'

red 240 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #F01D1B

Tints of Scarlet #F01D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

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

R = 81.08%
G = 9.8%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F01D1B (or 0xF01D1B) is known color: Scarlet. HEX triplet: F0, 1D and 1B. RGB value is (240,29,27). Sum of RGB (Red+Green+Blue) = 240+29+27=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D1B is #0FE2E4. Grayscale: #5C5C5C. Windows color (decimal): -1041125 or 1777136. OLE color: 1777136.

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

Color convert

RGB 240 29 27 -
CMYK 0 0.88 0.89 0.06
HSL 0.56º 0.88% 0.52% -
HSV(B) 0.56º 0.89% 0.94% -
XYZ 36.57 19.48 2.87 -
YUV 91.86 91.4 233.66 -
System Red Green Blue C M Y K H S L
Decimal 240 29 27 0 0.88 0.89 0.06 0.56 0.88 0.52
Hex F0 1D 1B 0 58 59 6 1 58 34
Octal 360 35 33 0 130 131 6 1 130 64
Binary 11110000 11101 11011 0 1011000 1011001 110 1 1011000 110100

Color Harmonies of #F01D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D1B

Black with #F01D1B

Text Example


Text Example

White with #F01D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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