Html Css Color HEX #FE250D Scarlet

📋 copy color: '#FE250D'

red 254 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #FE250D

Tints of Scarlet #FE250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 83.55%
G = 12.17%
B = 4.28%

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

#FE250D (or 0xFE250D) is known color: Scarlet. HEX triplet: FE, 25 and 0D. RGB value is (254,37,13). Sum of RGB (Red+Green+Blue) = 254+37+13=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE250D is #01DAF2. Grayscale: #636363. Windows color (decimal): -121587 or 861694. OLE color: 861694.

HSL color Cylindrical-coordinate representation of color #FE250D: hue angle of 5.98º 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 #FE250D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 37 13 -
CMYK 0 0.85 0.95 0.00
HSL 5.98º 0.99% 0.52% -
HSV(B) 5.98º 0.95% 1% -
XYZ 41.61 22.42 2.52 -
YUV 99.15 79.39 238.45 -
System Red Green Blue C M Y K H S L
Decimal 254 37 13 0 0.85 0.95 0.00 5.98 0.99 0.52
Hex FE 25 D 0 55 5F 0 6 63 34
Octal 376 45 15 0 125 137 0 6 143 64
Binary 11111110 100101 1101 0 1010101 1011111 0 110 1100011 110100

Color Harmonies of #FE250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE250D

Black with #FE250D

Text Example


Text Example

White with #FE250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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