Html Css Color HEX #FE200D Scarlet

📋 copy color: '#FE200D'

red 254 ◦ green 32 ◦ blue 13

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

Shades of Scarlet #FE200D

Tints of Scarlet #FE200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 84.95%
G = 10.7%
B = 4.35%

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

#FE200D (or 0xFE200D) is known color: Scarlet. HEX triplet: FE, 20 and 0D. RGB value is (254,32,13). Sum of RGB (Red+Green+Blue) = 254+32+13=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE200D is #01DFF2. Grayscale: #606060. Windows color (decimal): -122867 or 860414. OLE color: 860414.

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

Color convert

RGB 254 32 13 -
CMYK 0 0.87 0.95 0.00
HSL 4.73º 0.99% 0.52% -
HSV(B) 4.73º 0.95% 1% -
XYZ 41.46 22.13 2.47 -
YUV 96.21 81.05 240.54 -
System Red Green Blue C M Y K H S L
Decimal 254 32 13 0 0.87 0.95 0.00 4.73 0.99 0.52
Hex FE 20 D 0 57 5F 0 5 63 34
Octal 376 40 15 0 127 137 0 5 143 64
Binary 11111110 100000 1101 0 1010111 1011111 0 101 1100011 110100

Color Harmonies of #FE200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE200D

Black with #FE200D

Text Example


Text Example

White with #FE200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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