Html Css Color HEX #FF260A Scarlet

📋 copy color: '#FF260A'

red 255 ◦ green 38 ◦ blue 10

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

Shades of Scarlet #FF260A

Tints of Scarlet #FF260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 84.16%
G = 12.54%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF260A (or 0xFF260A) is known color: Scarlet. HEX triplet: FF, 26 and 0A. RGB value is (255,38,10). Sum of RGB (Red+Green+Blue) = 255+38+10=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF260A is #00D9F5. Grayscale: #646464. Windows color (decimal): -55798 or 665343. OLE color: 665343.

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

Color convert

RGB 255 38 10 -
CMYK 0 0.85 0.96 0
HSL 6.86º 1% 0.52% -
HSV(B) 6.86º 0.96% 1% -
XYZ 41.99 22.67 2.45 -
YUV 99.69 77.39 238.78 -
System Red Green Blue C M Y K H S L
Decimal 255 38 10 0 0.85 0.96 0 6.86 1 0.52
Hex FF 26 A 0 55 60 0 7 64 34
Octal 377 46 12 0 125 140 0 7 144 64
Binary 11111111 100110 1010 0 1010101 1100000 0 111 1100100 110100

Color Harmonies of #FF260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF260A

Black with #FF260A

Text Example


Text Example

White with #FF260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF260A; }

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

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

background-color css

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

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

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

border-color css

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

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

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