Html Css Color HEX #FF280D Scarlet

📋 copy color: '#FF280D'

red 255 ◦ green 40 ◦ blue 13

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

Shades of Scarlet #FF280D

Tints of Scarlet #FF280D

RGB

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

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

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

R = 82.79%
G = 12.99%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF280D (or 0xFF280D) is known color: Scarlet. HEX triplet: FF, 28 and 0D. RGB value is (255,40,13). Sum of RGB (Red+Green+Blue) = 255+40+13=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF280D is #00D7F2. Grayscale: #656565. Windows color (decimal): -55283 or 862463. OLE color: 862463.

HSL color Cylindrical-coordinate representation of color #FF280D: hue angle of 6.69º 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 #FF280D is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 40 13 -
CMYK 0 0.84 0.95 0
HSL 6.69º 1% 0.53% -
HSV(B) 6.69º 0.95% 1% -
XYZ 42.07 22.81 2.57 -
YUV 101.21 78.23 237.7 -
System Red Green Blue C M Y K H S L
Decimal 255 40 13 0 0.84 0.95 0 6.69 1 0.53
Hex FF 28 D 0 54 5F 0 7 64 35
Octal 377 50 15 0 124 137 0 7 144 65
Binary 11111111 101000 1101 0 1010100 1011111 0 111 1100100 110101

Color Harmonies of #FF280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF280D

Black with #FF280D

Text Example


Text Example

White with #FF280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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