Html Css Color HEX #F0300D Scarlet

📋 copy color: '#F0300D'

red 240 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #F0300D

Tints of Scarlet #F0300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 79.73%
G = 15.95%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0300D (or 0xF0300D) is known color: Scarlet. HEX triplet: F0, 30 and 0D. RGB value is (240,48,13). Sum of RGB (Red+Green+Blue) = 240+48+13=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F0300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0300D is #0FCFF2. Grayscale: #656565. Windows color (decimal): -1036275 or 864496. OLE color: 864496.

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

Color convert

RGB 240 48 13 -
CMYK 0 0.8 0.95 0.06
HSL 9.25º 0.9% 0.5% -
HSV(B) 9.25º 0.95% 0.94% -
XYZ 37.06 20.67 2.42 -
YUV 101.42 78.11 226.85 -
System Red Green Blue C M Y K H S L
Decimal 240 48 13 0 0.8 0.95 0.06 9.25 0.9 0.5
Hex F0 30 D 0 50 5F 6 9 5A 32
Octal 360 60 15 0 120 137 6 11 132 62
Binary 11110000 110000 1101 0 1010000 1011111 110 1001 1011010 110010

Color Harmonies of #F0300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0300D

Black with #F0300D

Text Example


Text Example

White with #F0300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0300D; }

 p { color: rgb(240,48,13); }

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

background-color css

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

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

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

border-color css

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

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

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