Html Css Color HEX #FE2D09 Scarlet

📋 copy color: '#FE2D09'

red 254 ◦ green 45 ◦ blue 9

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

Shades of Scarlet #FE2D09

Tints of Scarlet #FE2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

 BLUE value IS 9 (3.91% from 255) = 2.92%

R = 82.47%
G = 14.61%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE2D09 (or 0xFE2D09) is known color: Scarlet. HEX triplet: FE, 2D and 09. RGB value is (254,45,9). Sum of RGB (Red+Green+Blue) = 254+45+9=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D09 is #01D2F6. Grayscale: #676767. Windows color (decimal): -119543 or 601598. OLE color: 601598.

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

Color convert

RGB 254 45 9 -
CMYK 0 0.82 0.96 0.00
HSL 8.82º 0.99% 0.52% -
HSV(B) 8.82º 0.96% 1% -
XYZ 41.86 22.97 2.49 -
YUV 103.39 74.74 235.43 -
System Red Green Blue C M Y K H S L
Decimal 254 45 9 0 0.82 0.96 0.00 8.82 0.99 0.52
Hex FE 2D 9 0 52 60 0 9 63 34
Octal 376 55 11 0 122 140 0 11 143 64
Binary 11111110 101101 1001 0 1010010 1100000 0 1001 1100011 110100

Color Harmonies of #FE2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D09

Black with #FE2D09

Text Example


Text Example

White with #FE2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D09; }

 p { color: rgb(254,45,9); }

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

background-color css

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

 a { background-color: rgb(254,45,9); }

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

border-color css

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

 span { border-color: rgb(254,45,9); }

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