Html Css Color HEX #FE200C Scarlet

📋 copy color: '#FE200C'

red 254 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #FE200C

Tints of Scarlet #FE200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 85.23%
G = 10.74%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE200C (or 0xFE200C) is known color: Scarlet. HEX triplet: FE, 20 and 0C. RGB value is (254,32,12). Sum of RGB (Red+Green+Blue) = 254+32+12=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE200C is #01DFF3. Grayscale: #606060. Windows color (decimal): -122868 or 794878. OLE color: 794878.

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

Color convert

RGB 254 32 12 -
CMYK 0 0.87 0.95 0.00
HSL 4.96º 0.99% 0.52% -
HSV(B) 4.96º 0.95% 1% -
XYZ 41.46 22.13 2.43 -
YUV 96.1 80.55 240.63 -
System Red Green Blue C M Y K H S L
Decimal 254 32 12 0 0.87 0.95 0.00 4.96 0.99 0.52
Hex FE 20 C 0 57 5F 0 5 63 34
Octal 376 40 14 0 127 137 0 5 143 64
Binary 11111110 100000 1100 0 1010111 1011111 0 101 1100011 110100

Color Harmonies of #FE200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE200C

Black with #FE200C

Text Example


Text Example

White with #FE200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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