Html Css Color HEX #F0261D Scarlet

📋 copy color: '#F0261D'

red 240 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #F0261D

Tints of Scarlet #F0261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 78.18%
G = 12.38%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0261D (or 0xF0261D) is known color: Scarlet. HEX triplet: F0, 26 and 1D. RGB value is (240,38,29). Sum of RGB (Red+Green+Blue) = 240+38+29=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0261D is #0FD9E2. Grayscale: #616161. Windows color (decimal): -1038819 or 1910512. OLE color: 1910512.

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

Color convert

RGB 240 38 29 -
CMYK 0 0.84 0.88 0.06
HSL 2.56º 0.88% 0.53% -
HSV(B) 2.56º 0.88% 0.94% -
XYZ 36.85 20 3.08 -
YUV 97.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 240 38 29 0 0.84 0.88 0.06 2.56 0.88 0.53
Hex F0 26 1D 0 54 58 6 3 58 35
Octal 360 46 35 0 124 130 6 3 130 65
Binary 11110000 100110 11101 0 1010100 1011000 110 11 1011000 110101

Color Harmonies of #F0261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0261D

Black with #F0261D

Text Example


Text Example

White with #F0261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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