Html Css Color HEX #FE2A0D Scarlet

📋 copy color: '#FE2A0D'

red 254 ◦ green 42 ◦ blue 13

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

Shades of Scarlet #FE2A0D

Tints of Scarlet #FE2A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

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

R = 82.2%
G = 13.59%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE2A0D (or 0xFE2A0D) is known color: Scarlet. HEX triplet: FE, 2A and 0D. RGB value is (254,42,13). Sum of RGB (Red+Green+Blue) = 254+42+13=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A0D is #01D5F2. Grayscale: #666666. Windows color (decimal): -120307 or 862974. OLE color: 862974.

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

Color convert

RGB 254 42 13 -
CMYK 0 0.83 0.95 0.00
HSL 7.22º 0.99% 0.52% -
HSV(B) 7.22º 0.95% 1% -
XYZ 41.77 22.76 2.57 -
YUV 102.08 77.74 236.36 -
System Red Green Blue C M Y K H S L
Decimal 254 42 13 0 0.83 0.95 0.00 7.22 0.99 0.52
Hex FE 2A D 0 53 5F 0 7 63 34
Octal 376 52 15 0 123 137 0 7 143 64
Binary 11111110 101010 1101 0 1010011 1011111 0 111 1100011 110100

Color Harmonies of #FE2A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A0D

Black with #FE2A0D

Text Example


Text Example

White with #FE2A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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