Html Css Color HEX #FC270C Scarlet

📋 copy color: '#FC270C'

red 252 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #FC270C

Tints of Scarlet #FC270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 83.17%
G = 12.87%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC270C (or 0xFC270C) is known color: Scarlet. HEX triplet: FC, 27 and 0C. RGB value is (252,39,12). Sum of RGB (Red+Green+Blue) = 252+39+12=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC270C is #03D8F3. Grayscale: #636363. Windows color (decimal): -252148 or 796668. OLE color: 796668.

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

Color convert

RGB 252 39 12 -
CMYK 0 0.85 0.95 0.01
HSL 6.75º 0.98% 0.52% -
HSV(B) 6.75º 0.95% 0.99% -
XYZ 40.94 22.17 2.47 -
YUV 99.61 78.57 236.7 -
System Red Green Blue C M Y K H S L
Decimal 252 39 12 0 0.85 0.95 0.01 6.75 0.98 0.52
Hex FC 27 C 0 55 5F 1 7 62 34
Octal 374 47 14 0 125 137 1 7 142 64
Binary 11111100 100111 1100 0 1010101 1011111 1 111 1100010 110100

Color Harmonies of #FC270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC270C

Black with #FC270C

Text Example


Text Example

White with #FC270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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