Html Css Color HEX #FF280A Scarlet

📋 copy color: '#FF280A'

red 255 ◦ green 40 ◦ blue 10

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

Shades of Scarlet #FF280A

Tints of Scarlet #FF280A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 83.61%
G = 13.11%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF280A (or 0xFF280A) is known color: Scarlet. HEX triplet: FF, 28 and 0A. RGB value is (255,40,10). Sum of RGB (Red+Green+Blue) = 255+40+10=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF280A is #00D7F5. Grayscale: #656565. Windows color (decimal): -55286 or 665855. OLE color: 665855.

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

Color convert

RGB 255 40 10 -
CMYK 0 0.84 0.96 0
HSL 7.35º 1% 0.52% -
HSV(B) 7.35º 0.96% 1% -
XYZ 42.05 22.8 2.47 -
YUV 100.87 76.73 237.94 -
System Red Green Blue C M Y K H S L
Decimal 255 40 10 0 0.84 0.96 0 7.35 1 0.52
Hex FF 28 A 0 54 60 0 7 64 34
Octal 377 50 12 0 124 140 0 7 144 64
Binary 11111111 101000 1010 0 1010100 1100000 0 111 1100100 110100

Color Harmonies of #FF280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF280A

Black with #FF280A

Text Example


Text Example

White with #FF280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF280A; }

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

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

background-color css

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

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

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

border-color css

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

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

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