Html Css Color HEX #FF260D Scarlet

📋 copy color: '#FF260D'

red 255 ◦ green 38 ◦ blue 13

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

Shades of Scarlet #FF260D

Tints of Scarlet #FF260D

RGB

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

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

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

R = 83.33%
G = 12.42%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF260D (or 0xFF260D) is known color: Scarlet. HEX triplet: FF, 26 and 0D. RGB value is (255,38,13). Sum of RGB (Red+Green+Blue) = 255+38+13=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF260D is #00D9F2. Grayscale: #646464. Windows color (decimal): -55795 or 861951. OLE color: 861951.

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

Color convert

RGB 255 38 13 -
CMYK 0 0.85 0.95 0
HSL 6.2º 1% 0.53% -
HSV(B) 6.2º 0.95% 1% -
XYZ 42.01 22.68 2.54 -
YUV 100.03 78.89 238.53 -
System Red Green Blue C M Y K H S L
Decimal 255 38 13 0 0.85 0.95 0 6.2 1 0.53
Hex FF 26 D 0 55 5F 0 6 64 35
Octal 377 46 15 0 125 137 0 6 144 65
Binary 11111111 100110 1101 0 1010101 1011111 0 110 1100100 110101

Color Harmonies of #FF260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF260D

Black with #FF260D

Text Example


Text Example

White with #FF260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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