Html Css Color HEX #F01D1A Scarlet

📋 copy color: '#F01D1A'

red 240 ◦ green 29 ◦ blue 26

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

Shades of Scarlet #F01D1A

Tints of Scarlet #F01D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 81.36%
G = 9.83%
B = 8.81%

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

#F01D1A (or 0xF01D1A) is known color: Scarlet. HEX triplet: F0, 1D and 1A. RGB value is (240,29,26). Sum of RGB (Red+Green+Blue) = 240+29+26=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D1A is #0FE2E5. Grayscale: #5B5B5B. Windows color (decimal): -1041126 or 1711600. OLE color: 1711600.

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

Color convert

RGB 240 29 26 -
CMYK 0 0.88 0.89 0.06
HSL 0.84º 0.88% 0.52% -
HSV(B) 0.84º 0.89% 0.94% -
XYZ 36.56 19.48 2.81 -
YUV 91.75 90.9 233.74 -
System Red Green Blue C M Y K H S L
Decimal 240 29 26 0 0.88 0.89 0.06 0.84 0.88 0.52
Hex F0 1D 1A 0 58 59 6 1 58 34
Octal 360 35 32 0 130 131 6 1 130 64
Binary 11110000 11101 11010 0 1011000 1011001 110 1 1011000 110100

Color Harmonies of #F01D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D1A

Black with #F01D1A

Text Example


Text Example

White with #F01D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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