Html Css Color HEX #FC231D Scarlet

📋 copy color: '#FC231D'

red 252 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #FC231D

Tints of Scarlet #FC231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 79.75%
G = 11.08%
B = 9.18%

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

#FC231D (or 0xFC231D) is known color: Scarlet. HEX triplet: FC, 23 and 1D. RGB value is (252,35,29). Sum of RGB (Red+Green+Blue) = 252+35+29=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC231D is #03DCE2. Grayscale: #636363. Windows color (decimal): -253155 or 1909756. OLE color: 1909756.

HSL color Cylindrical-coordinate representation of color #FC231D: hue angle of 1.61º 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 #FC231D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 35 29 -
CMYK 0 0.86 0.88 0.01
HSL 1.61º 0.97% 0.55% -
HSV(B) 1.61º 0.88% 0.99% -
XYZ 40.97 21.99 3.25 -
YUV 99.2 88.39 236.99 -
System Red Green Blue C M Y K H S L
Decimal 252 35 29 0 0.86 0.88 0.01 1.61 0.97 0.55
Hex FC 23 1D 0 56 58 1 2 61 37
Octal 374 43 35 0 126 130 1 2 141 67
Binary 11111100 100011 11101 0 1010110 1011000 1 10 1100001 110111

Color Harmonies of #FC231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC231D

Black with #FC231D

Text Example


Text Example

White with #FC231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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