Html Css Color HEX #F01D16 Scarlet

📋 copy color: '#F01D16'

red 240 ◦ green 29 ◦ blue 22

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

Shades of Scarlet #F01D16

Tints of Scarlet #F01D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 82.47%
G = 9.97%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F01D16 (or 0xF01D16) is known color: Scarlet. HEX triplet: F0, 1D and 16. RGB value is (240,29,22). Sum of RGB (Red+Green+Blue) = 240+29+22=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D16 is #0FE2E9. Grayscale: #5B5B5B. Windows color (decimal): -1041130 or 1449456. OLE color: 1449456.

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

Color convert

RGB 240 29 22 -
CMYK 0 0.88 0.91 0.06
HSL 1.93º 0.88% 0.51% -
HSV(B) 1.93º 0.91% 0.94% -
XYZ 36.52 19.46 2.59 -
YUV 91.29 88.9 234.07 -
System Red Green Blue C M Y K H S L
Decimal 240 29 22 0 0.88 0.91 0.06 1.93 0.88 0.51
Hex F0 1D 16 0 58 5B 6 2 58 33
Octal 360 35 26 0 130 133 6 2 130 63
Binary 11110000 11101 10110 0 1011000 1011011 110 10 1011000 110011

Color Harmonies of #F01D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D16

Black with #F01D16

Text Example


Text Example

White with #F01D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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