Html Css Color HEX #F01D03 Scarlet

📋 copy color: '#F01D03'

red 240 ◦ green 29 ◦ blue 3

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

Shades of Scarlet #F01D03

Tints of Scarlet #F01D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 88.24%
G = 10.66%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01D03 (or 0xF01D03) is known color: Scarlet. HEX triplet: F0, 1D and 03. RGB value is (240,29,3). Sum of RGB (Red+Green+Blue) = 240+29+3=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D03 is #0FE2FC. Grayscale: #595959. Windows color (decimal): -1041149 or 204272. OLE color: 204272.

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

Color convert

RGB 240 29 3 -
CMYK 0 0.88 0.99 0.06
HSL 6.58º 0.98% 0.48% -
HSV(B) 6.58º 0.99% 0.94% -
XYZ 36.39 19.41 1.91 -
YUV 89.13 79.4 235.61 -
System Red Green Blue C M Y K H S L
Decimal 240 29 3 0 0.88 0.99 0.06 6.58 0.98 0.48
Hex F0 1D 3 0 58 63 6 7 62 30
Octal 360 35 3 0 130 143 6 7 142 60
Binary 11110000 11101 11 0 1011000 1100011 110 111 1100010 110000

Color Harmonies of #F01D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D03

Black with #F01D03

Text Example


Text Example

White with #F01D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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