Html Css Color HEX #FE2302 Scarlet

📋 copy color: '#FE2302'

red 254 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #FE2302

Tints of Scarlet #FE2302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 87.29%
G = 12.03%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE2302 (or 0xFE2302) is known color: Scarlet. HEX triplet: FE, 23 and 02. RGB value is (254,35,2). Sum of RGB (Red+Green+Blue) = 254+35+2=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2302 is #01DCFD. Grayscale: #616161. Windows color (decimal): -122110 or 140286. OLE color: 140286.

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

Color convert

RGB 254 35 2 -
CMYK 0 0.86 0.99 0.00
HSL 7.86º 0.99% 0.5% -
HSV(B) 7.86º 0.99% 1% -
XYZ 41.49 22.28 2.17 -
YUV 96.72 74.55 240.18 -
System Red Green Blue C M Y K H S L
Decimal 254 35 2 0 0.86 0.99 0.00 7.86 0.99 0.5
Hex FE 23 2 0 56 63 0 8 63 32
Octal 376 43 2 0 126 143 0 10 143 62
Binary 11111110 100011 10 0 1010110 1100011 0 1000 1100011 110010

Color Harmonies of #FE2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2302

Black with #FE2302

Text Example


Text Example

White with #FE2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2302; }

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

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

background-color css

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

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

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

border-color css

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

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

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