Html Css Color HEX #FE230F Scarlet

📋 copy color: '#FE230F'

red 254 ◦ green 35 ◦ blue 15

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

Shades of Scarlet #FE230F

Tints of Scarlet #FE230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 83.55%
G = 11.51%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE230F (or 0xFE230F) is known color: Scarlet. HEX triplet: FE, 23 and 0F. RGB value is (254,35,15). Sum of RGB (Red+Green+Blue) = 254+35+15=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE230F is #01DCF0. Grayscale: #626262. Windows color (decimal): -122097 or 992254. OLE color: 992254.

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

Color convert

RGB 254 35 15 -
CMYK 0 0.86 0.94 0.00
HSL 5.02º 0.99% 0.53% -
HSV(B) 5.02º 0.94% 1% -
XYZ 41.56 22.31 2.57 -
YUV 98.2 81.05 239.13 -
System Red Green Blue C M Y K H S L
Decimal 254 35 15 0 0.86 0.94 0.00 5.02 0.99 0.53
Hex FE 23 F 0 56 5E 0 5 63 35
Octal 376 43 17 0 126 136 0 5 143 65
Binary 11111110 100011 1111 0 1010110 1011110 0 101 1100011 110101

Color Harmonies of #FE230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE230F

Black with #FE230F

Text Example


Text Example

White with #FE230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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