Html Css Color HEX #F01D1C Scarlet

📋 copy color: '#F01D1C'

red 240 ◦ green 29 ◦ blue 28

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

Shades of Scarlet #F01D1C

Tints of Scarlet #F01D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 80.81%
G = 9.76%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F01D1C (or 0xF01D1C) is known color: Scarlet. HEX triplet: F0, 1D and 1C. RGB value is (240,29,28). Sum of RGB (Red+Green+Blue) = 240+29+28=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D1C is #0FE2E3. Grayscale: #5C5C5C. Windows color (decimal): -1041124 or 1842672. OLE color: 1842672.

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

Color convert

RGB 240 29 28 -
CMYK 0 0.88 0.88 0.06
HSL 0.28º 0.88% 0.53% -
HSV(B) 0.28º 0.88% 0.94% -
XYZ 36.58 19.49 2.93 -
YUV 91.98 91.9 233.58 -
System Red Green Blue C M Y K H S L
Decimal 240 29 28 0 0.88 0.88 0.06 0.28 0.88 0.53
Hex F0 1D 1C 0 58 58 6 0 58 35
Octal 360 35 34 0 130 130 6 0 130 65
Binary 11110000 11101 11100 0 1011000 1011000 110 0 1011000 110101

Color Harmonies of #F01D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D1C

Black with #F01D1C

Text Example


Text Example

White with #F01D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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