Html Css Color HEX #F0350B Scarlet

📋 copy color: '#F0350B'

red 240 ◦ green 53 ◦ blue 11

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

Shades of Scarlet #F0350B

Tints of Scarlet #F0350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 78.95%
G = 17.43%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0350B (or 0xF0350B) is known color: Scarlet. HEX triplet: F0, 35 and 0B. RGB value is (240,53,11). Sum of RGB (Red+Green+Blue) = 240+53+11=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0350B is #0FCAF4. Grayscale: #686868. Windows color (decimal): -1034997 or 734704. OLE color: 734704.

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

Color convert

RGB 240 53 11 -
CMYK 0 0.78 0.95 0.06
HSL 11º 0.91% 0.49% -
HSV(B) 11º 0.95% 0.94% -
XYZ 37.27 21.1 2.42 -
YUV 104.13 75.45 224.92 -
System Red Green Blue C M Y K H S L
Decimal 240 53 11 0 0.78 0.95 0.06 11 0.91 0.49
Hex F0 35 B 0 4E 5F 6 B 5B 31
Octal 360 65 13 0 116 137 6 13 133 61
Binary 11110000 110101 1011 0 1001110 1011111 110 1011 1011011 110001

Color Harmonies of #F0350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0350B

Black with #F0350B

Text Example


Text Example

White with #F0350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0350B; }

 p { color: rgb(240,53,11); }

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

background-color css

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

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

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

border-color css

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

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

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