Html Css Color HEX #FC231B Scarlet

📋 copy color: '#FC231B'

red 252 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #FC231B

Tints of Scarlet #FC231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 80.25%
G = 11.15%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC231B (or 0xFC231B) is known color: Scarlet. HEX triplet: FC, 23 and 1B. RGB value is (252,35,27). Sum of RGB (Red+Green+Blue) = 252+35+27=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC231B is #03DCE4. Grayscale: #636363. Windows color (decimal): -253157 or 1778684. OLE color: 1778684.

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

Color convert

RGB 252 35 27 -
CMYK 0 0.86 0.89 0.01
HSL 2.13º 0.97% 0.55% -
HSV(B) 2.13º 0.89% 0.99% -
XYZ 40.94 21.98 3.12 -
YUV 98.97 87.39 237.15 -
System Red Green Blue C M Y K H S L
Decimal 252 35 27 0 0.86 0.89 0.01 2.13 0.97 0.55
Hex FC 23 1B 0 56 59 1 2 61 37
Octal 374 43 33 0 126 131 1 2 141 67
Binary 11111100 100011 11011 0 1010110 1011001 1 10 1100001 110111

Color Harmonies of #FC231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC231B

Black with #FC231B

Text Example


Text Example

White with #FC231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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