Html Css Color HEX #FE231D Scarlet

📋 copy color: '#FE231D'

red 254 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #FE231D

Tints of Scarlet #FE231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 79.87%
G = 11.01%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE231D (or 0xFE231D) is known color: Scarlet. HEX triplet: FE, 23 and 1D. RGB value is (254,35,29). Sum of RGB (Red+Green+Blue) = 254+35+29=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE231D is #01DCE2. Grayscale: #646464. Windows color (decimal): -122083 or 1909758. OLE color: 1909758.

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

Color convert

RGB 254 35 29 -
CMYK 0 0.86 0.89 0.00
HSL 1.6º 0.99% 0.55% -
HSV(B) 1.6º 0.89% 1% -
XYZ 41.7 22.36 3.28 -
YUV 99.8 88.05 237.99 -
System Red Green Blue C M Y K H S L
Decimal 254 35 29 0 0.86 0.89 0.00 1.6 0.99 0.55
Hex FE 23 1D 0 56 59 0 2 63 37
Octal 376 43 35 0 126 131 0 2 143 67
Binary 11111110 100011 11101 0 1010110 1011001 0 10 1100011 110111

Color Harmonies of #FE231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE231D

Black with #FE231D

Text Example


Text Example

White with #FE231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE231D; }

 p { color: rgb(254,35,29); }

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

background-color css

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

 a { background-color: rgb(254,35,29); }

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

border-color css

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

 span { border-color: rgb(254,35,29); }

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