Html Css Color HEX #FE2D04 Scarlet

📋 copy color: '#FE2D04'

red 254 ◦ green 45 ◦ blue 4

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

Shades of Scarlet #FE2D04

Tints of Scarlet #FE2D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 83.83%
G = 14.85%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE2D04 (or 0xFE2D04) is known color: Scarlet. HEX triplet: FE, 2D and 04. RGB value is (254,45,4). Sum of RGB (Red+Green+Blue) = 254+45+4=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D04 is #01D2FB. Grayscale: #676767. Windows color (decimal): -119548 or 273918. OLE color: 273918.

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

Color convert

RGB 254 45 4 -
CMYK 0 0.82 0.98 0.00
HSL 9.84º 0.99% 0.51% -
HSV(B) 9.84º 0.98% 1% -
XYZ 41.83 22.96 2.34 -
YUV 102.82 72.24 235.83 -
System Red Green Blue C M Y K H S L
Decimal 254 45 4 0 0.82 0.98 0.00 9.84 0.99 0.51
Hex FE 2D 4 0 52 62 0 A 63 33
Octal 376 55 4 0 122 142 0 12 143 63
Binary 11111110 101101 100 0 1010010 1100010 0 1010 1100011 110011

Color Harmonies of #FE2D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D04

Black with #FE2D04

Text Example


Text Example

White with #FE2D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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