Html Css Color HEX #FC230D Scarlet

📋 copy color: '#FC230D'

red 252 ◦ green 35 ◦ blue 13

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

Shades of Scarlet #FC230D

Tints of Scarlet #FC230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 84%
G = 11.67%
B = 4.33%

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

#FC230D (or 0xFC230D) is known color: Scarlet. HEX triplet: FC, 23 and 0D. RGB value is (252,35,13). Sum of RGB (Red+Green+Blue) = 252+35+13=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC230D is #03DCF2. Grayscale: #616161. Windows color (decimal): -253171 or 861180. OLE color: 861180.

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

Color convert

RGB 252 35 13 -
CMYK 0 0.86 0.95 0.01
HSL 5.52º 0.98% 0.52% -
HSV(B) 5.52º 0.95% 0.99% -
XYZ 40.82 21.93 2.46 -
YUV 97.38 80.39 238.29 -
System Red Green Blue C M Y K H S L
Decimal 252 35 13 0 0.86 0.95 0.01 5.52 0.98 0.52
Hex FC 23 D 0 56 5F 1 6 62 34
Octal 374 43 15 0 126 137 1 6 142 64
Binary 11111100 100011 1101 0 1010110 1011111 1 110 1100010 110100

Color Harmonies of #FC230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC230D

Black with #FC230D

Text Example


Text Example

White with #FC230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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