Html Css Color HEX #FF240D Scarlet

📋 copy color: '#FF240D'

red 255 ◦ green 36 ◦ blue 13

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

Shades of Scarlet #FF240D

Tints of Scarlet #FF240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 83.88%
G = 11.84%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF240D (or 0xFF240D) is known color: Scarlet. HEX triplet: FF, 24 and 0D. RGB value is (255,36,13). Sum of RGB (Red+Green+Blue) = 255+36+13=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF240D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF240D is #00DBF2. Grayscale: #636363. Windows color (decimal): -56307 or 861439. OLE color: 861439.

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

Color convert

RGB 255 36 13 -
CMYK 0 0.86 0.95 0
HSL 5.7º 1% 0.53% -
HSV(B) 5.7º 0.95% 1% -
XYZ 41.94 22.55 2.52 -
YUV 98.86 79.55 239.37 -
System Red Green Blue C M Y K H S L
Decimal 255 36 13 0 0.86 0.95 0 5.7 1 0.53
Hex FF 24 D 0 56 5F 0 6 64 35
Octal 377 44 15 0 126 137 0 6 144 65
Binary 11111111 100100 1101 0 1010110 1011111 0 110 1100100 110101

Color Harmonies of #FF240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF240D

Black with #FF240D

Text Example


Text Example

White with #FF240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF240D; }

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

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

background-color css

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

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

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

border-color css

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

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

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