Html Css Color HEX #FE230E Scarlet

📋 copy color: '#FE230E'

red 254 ◦ green 35 ◦ blue 14

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

Shades of Scarlet #FE230E

Tints of Scarlet #FE230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 83.83%
G = 11.55%
B = 4.62%

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

#FE230E (or 0xFE230E) is known color: Scarlet. HEX triplet: FE, 23 and 0E. RGB value is (254,35,14). Sum of RGB (Red+Green+Blue) = 254+35+14=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE230E is #01DCF1. Grayscale: #626262. Windows color (decimal): -122098 or 926718. OLE color: 926718.

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

Color convert

RGB 254 35 14 -
CMYK 0 0.86 0.94 0.00
HSL 5.25º 0.99% 0.53% -
HSV(B) 5.25º 0.94% 1% -
XYZ 41.55 22.3 2.53 -
YUV 98.09 80.55 239.21 -
System Red Green Blue C M Y K H S L
Decimal 254 35 14 0 0.86 0.94 0.00 5.25 0.99 0.53
Hex FE 23 E 0 56 5E 0 5 63 35
Octal 376 43 16 0 126 136 0 5 143 65
Binary 11111110 100011 1110 0 1010110 1011110 0 101 1100011 110101

Color Harmonies of #FE230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE230E

Black with #FE230E

Text Example


Text Example

White with #FE230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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