Html Css Color HEX #FD280E Scarlet

📋 copy color: '#FD280E'

red 253 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #FD280E

Tints of Scarlet #FD280E

RGB

 RED value IS 253 (99.22% from 255) = 82.41%

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 82.41%
G = 13.03%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD280E (or 0xFD280E) is known color: Scarlet. HEX triplet: FD, 28 and 0E. RGB value is (253,40,14). Sum of RGB (Red+Green+Blue) = 253+40+14=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD280E is #02D7F1. Grayscale: #656565. Windows color (decimal): -186354 or 927997. OLE color: 927997.

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

Color convert

RGB 253 40 14 -
CMYK 0 0.84 0.94 0.01
HSL 6.53º 0.98% 0.52% -
HSV(B) 6.53º 0.94% 0.99% -
XYZ 41.35 22.43 2.57 -
YUV 100.72 79.07 236.61 -
System Red Green Blue C M Y K H S L
Decimal 253 40 14 0 0.84 0.94 0.01 6.53 0.98 0.52
Hex FD 28 E 0 54 5E 1 7 62 34
Octal 375 50 16 0 124 136 1 7 142 64
Binary 11111101 101000 1110 0 1010100 1011110 1 111 1100010 110100

Color Harmonies of #FD280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD280E

Black with #FD280E

Text Example


Text Example

White with #FD280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD280E; }

 p { color: rgb(253,40,14); }

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

background-color css

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

 a { background-color: rgb(253,40,14); }

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

border-color css

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

 span { border-color: rgb(253,40,14); }

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