Html Css Color HEX #FB280D Scarlet

📋 copy color: '#FB280D'

red 251 ◦ green 40 ◦ blue 13

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

Shades of Scarlet #FB280D

Tints of Scarlet #FB280D

RGB

 RED value IS 251 (98.44% from 255) = 82.57%

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

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

R = 82.57%
G = 13.16%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB280D (or 0xFB280D) is known color: Scarlet. HEX triplet: FB, 28 and 0D. RGB value is (251,40,13). Sum of RGB (Red+Green+Blue) = 251+40+13=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB280D is #04D7F2. Grayscale: #646464. Windows color (decimal): -317427 or 862459. OLE color: 862459.

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

Color convert

RGB 251 40 13 -
CMYK 0 0.84 0.95 0.02
HSL 6.81º 0.97% 0.52% -
HSV(B) 6.81º 0.95% 0.98% -
XYZ 40.62 22.06 2.5 -
YUV 100.01 78.9 235.7 -
System Red Green Blue C M Y K H S L
Decimal 251 40 13 0 0.84 0.95 0.02 6.81 0.97 0.52
Hex FB 28 D 0 54 5F 2 7 61 34
Octal 373 50 15 0 124 137 2 7 141 64
Binary 11111011 101000 1101 0 1010100 1011111 10 111 1100001 110100

Color Harmonies of #FB280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB280D

Black with #FB280D

Text Example


Text Example

White with #FB280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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