Html Css Color HEX #FF241C Scarlet

📋 copy color: '#FF241C'

red 255 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #FF241C

Tints of Scarlet #FF241C

RGB

 RED value IS 255 (100% from 255) = 79.94%

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

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

R = 79.94%
G = 11.29%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF241C (or 0xFF241C) is known color: Scarlet. HEX triplet: FF, 24 and 1C. RGB value is (255,36,28). Sum of RGB (Red+Green+Blue) = 255+36+28=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF241C is #00DBE3. Grayscale: #646464. Windows color (decimal): -56292 or 1844479. OLE color: 1844479.

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

Color convert

RGB 255 36 28 -
CMYK 0 0.86 0.89 0
HSL 2.11º 1% 0.55% -
HSV(B) 2.11º 0.89% 1% -
XYZ 42.08 22.61 3.24 -
YUV 100.57 87.05 238.15 -
System Red Green Blue C M Y K H S L
Decimal 255 36 28 0 0.86 0.89 0 2.11 1 0.55
Hex FF 24 1C 0 56 59 0 2 64 37
Octal 377 44 34 0 126 131 0 2 144 67
Binary 11111111 100100 11100 0 1010110 1011001 0 10 1100100 110111

Color Harmonies of #FF241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF241C

Black with #FF241C

Text Example


Text Example

White with #FF241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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