Html Css Color HEX #FB300D Scarlet

📋 copy color: '#FB300D'

red 251 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #FB300D

Tints of Scarlet #FB300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 80.45%
G = 15.38%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB300D (or 0xFB300D) is known color: Scarlet. HEX triplet: FB, 30 and 0D. RGB value is (251,48,13). Sum of RGB (Red+Green+Blue) = 251+48+13=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB300D is #04CFF2. Grayscale: #696969. Windows color (decimal): -315379 or 864507. OLE color: 864507.

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

Color convert

RGB 251 48 13 -
CMYK 0 0.81 0.95 0.02
HSL 8.82º 0.97% 0.52% -
HSV(B) 8.82º 0.95% 0.98% -
XYZ 40.91 22.65 2.6 -
YUV 104.71 76.25 232.35 -
System Red Green Blue C M Y K H S L
Decimal 251 48 13 0 0.81 0.95 0.02 8.82 0.97 0.52
Hex FB 30 D 0 51 5F 2 9 61 34
Octal 373 60 15 0 121 137 2 11 141 64
Binary 11111011 110000 1101 0 1010001 1011111 10 1001 1100001 110100

Color Harmonies of #FB300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB300D

Black with #FB300D

Text Example


Text Example

White with #FB300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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