Html Css Color HEX #F01D1D Scarlet

📋 copy color: '#F01D1D'

red 240 ◦ green 29 ◦ blue 29

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

Shades of Scarlet #F01D1D

Tints of Scarlet #F01D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 80.54%
G = 9.73%
B = 9.73%

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

#F01D1D (or 0xF01D1D) is known color: Scarlet. HEX triplet: F0, 1D and 1D. RGB value is (240,29,29). Sum of RGB (Red+Green+Blue) = 240+29+29=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D1D is #0FE2E2. Grayscale: #5C5C5C. Windows color (decimal): -1041123 or 1908208. OLE color: 1908208.

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

Color convert

RGB 240 29 29 -
CMYK 0 0.88 0.88 0.06
HSL 0.88% 0.53% -
HSV(B) 0.88% 0.94% -
XYZ 36.6 19.49 3 -
YUV 92.09 92.4 233.5 -
System Red Green Blue C M Y K H S L
Decimal 240 29 29 0 0.88 0.88 0.06 0 0.88 0.53
Hex F0 1D 1D 0 58 58 6 0 58 35
Octal 360 35 35 0 130 130 6 0 130 65
Binary 11110000 11101 11101 0 1011000 1011000 110 0 1011000 110101

Color Harmonies of #F01D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D1D

Black with #F01D1D

Text Example


Text Example

White with #F01D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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