Html Css Color HEX #FE260D Scarlet

📋 copy color: '#FE260D'

red 254 ◦ green 38 ◦ blue 13

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

Shades of Scarlet #FE260D

Tints of Scarlet #FE260D

RGB

 RED value IS 254 (99.61% from 255) = 83.28%

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

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

R = 83.28%
G = 12.46%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE260D (or 0xFE260D) is known color: Scarlet. HEX triplet: FE, 26 and 0D. RGB value is (254,38,13). Sum of RGB (Red+Green+Blue) = 254+38+13=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE260D is #01D9F2. Grayscale: #646464. Windows color (decimal): -121331 or 861950. OLE color: 861950.

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

Color convert

RGB 254 38 13 -
CMYK 0 0.85 0.95 0.00
HSL 6.22º 0.99% 0.52% -
HSV(B) 6.22º 0.95% 1% -
XYZ 41.64 22.49 2.53 -
YUV 99.73 79.06 238.03 -
System Red Green Blue C M Y K H S L
Decimal 254 38 13 0 0.85 0.95 0.00 6.22 0.99 0.52
Hex FE 26 D 0 55 5F 0 6 63 34
Octal 376 46 15 0 125 137 0 6 143 64
Binary 11111110 100110 1101 0 1010101 1011111 0 110 1100011 110100

Color Harmonies of #FE260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE260D

Black with #FE260D

Text Example


Text Example

White with #FE260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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