Html Css Color HEX #FF260F Scarlet

📋 copy color: '#FF260F'

red 255 ◦ green 38 ◦ blue 15

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

Shades of Scarlet #FF260F

Tints of Scarlet #FF260F

RGB

 RED value IS 255 (100% from 255) = 82.79%

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 82.79%
G = 12.34%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF260F (or 0xFF260F) is known color: Scarlet. HEX triplet: FF, 26 and 0F. RGB value is (255,38,15). Sum of RGB (Red+Green+Blue) = 255+38+15=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF260F is #00D9F0. Grayscale: #646464. Windows color (decimal): -55793 or 993023. OLE color: 993023.

HSL color Cylindrical-coordinate representation of color #FF260F: hue angle of 5.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF260F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 38 15 -
CMYK 0 0.85 0.94 0
HSL 5.75º 1% 0.53% -
HSV(B) 5.75º 0.94% 1% -
XYZ 42.02 22.68 2.62 -
YUV 100.26 79.89 238.37 -
System Red Green Blue C M Y K H S L
Decimal 255 38 15 0 0.85 0.94 0 5.75 1 0.53
Hex FF 26 F 0 55 5E 0 6 64 35
Octal 377 46 17 0 125 136 0 6 144 65
Binary 11111111 100110 1111 0 1010101 1011110 0 110 1100100 110101

Color Harmonies of #FF260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF260F

Black with #FF260F

Text Example


Text Example

White with #FF260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF260F; }

 p { color: rgb(255,38,15); }

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

background-color css

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

 a { background-color: rgb(255,38,15); }

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

border-color css

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

 span { border-color: rgb(255,38,15); }

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