Html Css Color HEX #FC241D Scarlet

📋 copy color: '#FC241D'

red 252 ◦ green 36 ◦ blue 29

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

Shades of Scarlet #FC241D

Tints of Scarlet #FC241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

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

R = 79.5%
G = 11.36%
B = 9.15%

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

#FC241D (or 0xFC241D) is known color: Scarlet. HEX triplet: FC, 24 and 1D. RGB value is (252,36,29). Sum of RGB (Red+Green+Blue) = 252+36+29=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC241D is #03DBE2. Grayscale: #646464. Windows color (decimal): -252899 or 1910012. OLE color: 1910012.

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

Color convert

RGB 252 36 29 -
CMYK 0 0.86 0.88 0.01
HSL 1.88º 0.97% 0.55% -
HSV(B) 1.88º 0.88% 0.99% -
XYZ 41 22.05 3.26 -
YUV 99.79 88.06 236.57 -
System Red Green Blue C M Y K H S L
Decimal 252 36 29 0 0.86 0.88 0.01 1.88 0.97 0.55
Hex FC 24 1D 0 56 58 1 2 61 37
Octal 374 44 35 0 126 130 1 2 141 67
Binary 11111100 100100 11101 0 1010110 1011000 1 10 1100001 110111

Color Harmonies of #FC241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC241D

Black with #FC241D

Text Example


Text Example

White with #FC241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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