Html Css Color HEX #FF2800 Scarlet

📋 copy color: '#FF2800'

red 255 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #FF2800

Tints of Scarlet #FF2800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.44%
G = 13.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF2800 (or 0xFF2800) is known color: Scarlet. HEX triplet: FF, 28 and 00. RGB value is (255,40,0). Sum of RGB (Red+Green+Blue) = 255+40+0=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2800 is #00D7FF. Grayscale: #646464. Windows color (decimal): -55296 or 10495. OLE color: 10495.

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

Color convert

RGB 255 40 0 -
CMYK 0 0.84 1 0
HSL 9.41º 1% 0.5% -
HSV(B) 9.41º 1% 1% -
XYZ 42 22.78 2.18 -
YUV 99.73 71.73 238.75 -
System Red Green Blue C M Y K H S L
Decimal 255 40 0 0 0.84 1 0 9.41 1 0.5
Hex FF 28 0 0 54 64 0 9 64 32
Octal 377 50 0 0 124 144 0 11 144 62
Binary 11111111 101000 0 0 1010100 1100100 0 1001 1100100 110010

Color Harmonies of #FF2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2800

Black with #FF2800

Text Example


Text Example

White with #FF2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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