Html Css Color HEX #FC231E Scarlet

📋 copy color: '#FC231E'

red 252 ◦ green 35 ◦ blue 30

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

Shades of Scarlet #FC231E

Tints of Scarlet #FC231E

RGB

 RED value IS 252 (98.83% from 255) = 79.5%

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 79.5%
G = 11.04%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC231E (or 0xFC231E) is known color: Scarlet. HEX triplet: FC, 23 and 1E. RGB value is (252,35,30). Sum of RGB (Red+Green+Blue) = 252+35+30=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC231E is #03DCE1. Grayscale: #636363. Windows color (decimal): -253154 or 1975292. OLE color: 1975292.

HSL color Cylindrical-coordinate representation of color #FC231E: hue angle of 1.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC231E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 35 30 -
CMYK 0 0.86 0.88 0.01
HSL 1.35º 0.97% 0.55% -
HSV(B) 1.35º 0.88% 0.99% -
XYZ 40.98 21.99 3.31 -
YUV 99.31 88.89 236.91 -
System Red Green Blue C M Y K H S L
Decimal 252 35 30 0 0.86 0.88 0.01 1.35 0.97 0.55
Hex FC 23 1E 0 56 58 1 1 61 37
Octal 374 43 36 0 126 130 1 1 141 67
Binary 11111100 100011 11110 0 1010110 1011000 1 1 1100001 110111

Color Harmonies of #FC231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC231E

Black with #FC231E

Text Example


Text Example

White with #FC231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC231E; }

 p { color: rgb(252,35,30); }

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

background-color css

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

 a { background-color: rgb(252,35,30); }

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

border-color css

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

 span { border-color: rgb(252,35,30); }

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