Html Css Color HEX #FE230C Scarlet

📋 copy color: '#FE230C'

red 254 ◦ green 35 ◦ blue 12

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

Shades of Scarlet #FE230C

Tints of Scarlet #FE230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 84.39%
G = 11.63%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE230C (or 0xFE230C) is known color: Scarlet. HEX triplet: FE, 23 and 0C. RGB value is (254,35,12). Sum of RGB (Red+Green+Blue) = 254+35+12=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE230C is #01DCF3. Grayscale: #626262. Windows color (decimal): -122100 or 795646. OLE color: 795646.

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

Color convert

RGB 254 35 12 -
CMYK 0 0.86 0.95 0.00
HSL 5.7º 0.99% 0.52% -
HSV(B) 5.7º 0.95% 1% -
XYZ 41.54 22.3 2.46 -
YUV 97.86 79.55 239.37 -
System Red Green Blue C M Y K H S L
Decimal 254 35 12 0 0.86 0.95 0.00 5.7 0.99 0.52
Hex FE 23 C 0 56 5F 0 6 63 34
Octal 376 43 14 0 126 137 0 6 143 64
Binary 11111110 100011 1100 0 1010110 1011111 0 110 1100011 110100

Color Harmonies of #FE230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE230C

Black with #FE230C

Text Example


Text Example

White with #FE230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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