Html Css Color HEX #FD241C Scarlet

📋 copy color: '#FD241C'

red 253 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #FD241C

Tints of Scarlet #FD241C

RGB

 RED value IS 253 (99.22% from 255) = 79.81%

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

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 79.81%
G = 11.36%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD241C (or 0xFD241C) is known color: Scarlet. HEX triplet: FD, 24 and 1C. RGB value is (253,36,28). Sum of RGB (Red+Green+Blue) = 253+36+28=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD241C is #02DBE3. Grayscale: #646464. Windows color (decimal): -187364 or 1844477. OLE color: 1844477.

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

Color convert

RGB 253 36 28 -
CMYK 0 0.86 0.89 0.01
HSL 2.13º 0.98% 0.55% -
HSV(B) 2.13º 0.89% 0.99% -
XYZ 41.35 22.23 3.21 -
YUV 99.97 87.39 237.15 -
System Red Green Blue C M Y K H S L
Decimal 253 36 28 0 0.86 0.89 0.01 2.13 0.98 0.55
Hex FD 24 1C 0 56 59 1 2 62 37
Octal 375 44 34 0 126 131 1 2 142 67
Binary 11111101 100100 11100 0 1010110 1011001 1 10 1100010 110111

Color Harmonies of #FD241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD241C

Black with #FD241C

Text Example


Text Example

White with #FD241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD241C; }

 p { color: rgb(253,36,28); }

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

background-color css

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

 a { background-color: rgb(253,36,28); }

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

border-color css

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

 span { border-color: rgb(253,36,28); }

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