Html Css Color HEX #FF281D Scarlet

📋 copy color: '#FF281D'

red 255 ◦ green 40 ◦ blue 29

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

Shades of Scarlet #FF281D

Tints of Scarlet #FF281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 78.7%
G = 12.35%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF281D (or 0xFF281D) is known color: Scarlet. HEX triplet: FF, 28 and 1D. RGB value is (255,40,29). Sum of RGB (Red+Green+Blue) = 255+40+29=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF281D is #00D7E2. Grayscale: #676767. Windows color (decimal): -55267 or 1911039. OLE color: 1911039.

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

Color convert

RGB 255 40 29 -
CMYK 0 0.84 0.89 0
HSL 2.92º 1% 0.56% -
HSV(B) 2.92º 0.89% 1% -
XYZ 42.22 22.87 3.35 -
YUV 103.03 86.23 236.39 -
System Red Green Blue C M Y K H S L
Decimal 255 40 29 0 0.84 0.89 0 2.92 1 0.56
Hex FF 28 1D 0 54 59 0 3 64 38
Octal 377 50 35 0 124 131 0 3 144 70
Binary 11111111 101000 11101 0 1010100 1011001 0 11 1100100 111000

Color Harmonies of #FF281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF281D

Black with #FF281D

Text Example


Text Example

White with #FF281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF281D; }

 p { color: rgb(255,40,29); }

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

background-color css

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

 a { background-color: rgb(255,40,29); }

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

border-color css

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

 span { border-color: rgb(255,40,29); }

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