Html Css Color HEX #FC230C Scarlet

📋 copy color: '#FC230C'

red 252 ◦ green 35 ◦ blue 12

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

Shades of Scarlet #FC230C

Tints of Scarlet #FC230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 84.28%
G = 11.71%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC230C (or 0xFC230C) is known color: Scarlet. HEX triplet: FC, 23 and 0C. RGB value is (252,35,12). Sum of RGB (Red+Green+Blue) = 252+35+12=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC230C is #03DCF3. Grayscale: #616161. Windows color (decimal): -253172 or 795644. OLE color: 795644.

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

Color convert

RGB 252 35 12 -
CMYK 0 0.86 0.95 0.01
HSL 5.75º 0.98% 0.52% -
HSV(B) 5.75º 0.95% 0.99% -
XYZ 40.81 21.92 2.43 -
YUV 97.26 79.89 238.37 -
System Red Green Blue C M Y K H S L
Decimal 252 35 12 0 0.86 0.95 0.01 5.75 0.98 0.52
Hex FC 23 C 0 56 5F 1 6 62 34
Octal 374 43 14 0 126 137 1 6 142 64
Binary 11111100 100011 1100 0 1010110 1011111 1 110 1100010 110100

Color Harmonies of #FC230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC230C

Black with #FC230C

Text Example


Text Example

White with #FC230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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