Html Css Color HEX #FF241E Scarlet

📋 copy color: '#FF241E'

red 255 ◦ green 36 ◦ blue 30

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

Shades of Scarlet #FF241E

Tints of Scarlet #FF241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 79.44%
G = 11.21%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF241E (or 0xFF241E) is known color: Scarlet. HEX triplet: FF, 24 and 1E. RGB value is (255,36,30). Sum of RGB (Red+Green+Blue) = 255+36+30=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF241E is #00DBE1. Grayscale: #656565. Windows color (decimal): -56290 or 1975551. OLE color: 1975551.

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

Color convert

RGB 255 36 30 -
CMYK 0 0.86 0.88 0
HSL 1.6º 1% 0.56% -
HSV(B) 1.6º 0.88% 1% -
XYZ 42.11 22.62 3.37 -
YUV 100.8 88.05 237.99 -
System Red Green Blue C M Y K H S L
Decimal 255 36 30 0 0.86 0.88 0 1.6 1 0.56
Hex FF 24 1E 0 56 58 0 2 64 38
Octal 377 44 36 0 126 130 0 2 144 70
Binary 11111111 100100 11110 0 1010110 1011000 0 10 1100100 111000

Color Harmonies of #FF241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF241E

Black with #FF241E

Text Example


Text Example

White with #FF241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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